release: create fresh node_modules folder
This commit is contained in:
parent
b964240a20
commit
dff969f955
1 changed files with 1 additions and 0 deletions
|
|
@ -4,5 +4,6 @@ set -e
|
|||
git pull
|
||||
npm run update-authors
|
||||
git diff --exit-code
|
||||
rm -rf node_modules/
|
||||
npm install
|
||||
npm test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue