From 57281ad0cec2bdfbb34e100797170b2c23ec440d Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 24 Apr 2017 12:41:33 +0200 Subject: [PATCH] Ignore errors when removing npm-shrinkwrap.json --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5929e084..e5ca6756 100644 --- a/Makefile +++ b/Makefile @@ -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