release: create fresh node_modules folder

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 23:37:22 -07:00
parent b964240a20
commit dff969f955

View File

@@ -4,5 +4,6 @@ set -e
git pull
npm run update-authors
git diff --exit-code
rm -rf node_modules/
npm install
npm test