release: create fresh node_modules folder
This commit is contained in:
@@ -4,5 +4,6 @@ set -e
|
|||||||
git pull
|
git pull
|
||||||
npm run update-authors
|
npm run update-authors
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
|
rm -rf node_modules/
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user