Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def generate_ember_data_docs
sha = describe =~ /-g(.+)/ ? $1 : describe
end

sh("npm install && npm run dist")
sh("npm install && npm run build:production")
end

# JSON is valid YAML
Expand Down