Skip to content

Commit

Permalink
adding git clean -fdx to prepare-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jan 13, 2016
1 parent ca68551 commit f43c6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/prepare-release
Expand Up @@ -3,6 +3,7 @@
rm -rf node_modules && \
rm -rf ./ember-cli-*.tgz && \
npm cache clear && \
git clean -fdx && \
npm i --no-optional && \
npm link --no-optional && \
npm pack && \
Expand Down

0 comments on commit f43c6fb

Please sign in to comment.