Skip to content

Commit

Permalink
remove node modules before install
Browse files Browse the repository at this point in the history
  • Loading branch information
schteppe committed Dec 10, 2015
1 parent c10bc13 commit 30c6aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Continuous integration script
#
#rm -rf node_modules
rm -rf node_modules

npm config set registry https://registry.npmjs.org
npm install --verbose
Expand Down

0 comments on commit 30c6aca

Please sign in to comment.