Skip to content

Commit

Permalink
Merge pull request #4466 from ember-cli/native-deps-now-gone
Browse files Browse the repository at this point in the history
Native deps now gone
  • Loading branch information
stefanpenner committed Jul 17, 2015
2 parents f0a230c + 1e13dc7 commit e9a687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prepare-release
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rm -rf node_modules
rm -rf ./ember-cli-*.tgz
npm cache clear
npm i
npm i --no-optional
npm link
npm pack
npm uninstall -g ember-cli
Expand Down

0 comments on commit e9a687e

Please sign in to comment.