Don't automatically remove package-lock.json

This commit is contained in:
Tony Garnock-Jones 2020-12-28 09:24:08 +01:00
parent 5d9e6dd6ab
commit bdc3dcc1d5
1 changed files with 0 additions and 1 deletions

View File

@ -1,3 +1,2 @@
for p in packages/*/; do echo $p/veryclean; done | xargs redo
rm -rf node_modules
rm -f package-lock.json