Ignore errors when removing npm-shrinkwrap.json

This commit is contained in:
Raul Ochoa
2017-04-24 12:41:33 +02:00
parent 7e7e14766e
commit 57281ad0ce

View File

@@ -10,7 +10,7 @@ clean:
rm -rf node_modules/
shrinkwrap: clean
rm npm-shrinkwrap.json
-rm npm-shrinkwrap.json
npm install --no-shrinkwrap --production
npm prune
npm shrinkwrap