release: create fresh node_modules folder

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 23:37:22 -07:00
parent 12a19b3c0f
commit 3abe17f439

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