From 38f6252cb54b810d6e44475e8bb649c0c77df01d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 18 Apr 2016 04:59:00 -0700 Subject: [PATCH] Make sure we have pinned packages installed when updating. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f50e17856..f1aa97dd6 100644 --- a/Makefile +++ b/Makefile @@ -341,10 +341,12 @@ web : index.html distready update : npm install --save-dev $(shell node tools/unpinned.js) + npm install npm shrinkwrap --dev $(call CP2,npm-shrinkwrap.json,src/meta/npm-shrinkwrap.json) updatehard : npm install --save-dev $(shell node tools/unpinned.js latest) + npm install npm shrinkwrap --dev $(call CP2,npm-shrinkwrap.json,src/meta/npm-shrinkwrap.json)