From b048b8b834aa4c82db87227149b9cbf93356f827 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 18 Apr 2016 06:39:17 -0700 Subject: [PATCH] Make sure shrinkwrap versions are used in release builds. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2e21dc955..809159702 100644 --- a/Makefile +++ b/Makefile @@ -316,6 +316,7 @@ endif $(foreach i,1 2 3 4,bump$(i)) : cleanrel $(MAKE) npm-shrinkwrap.json + npm install node tools/bump.js $(subst bump,,$@) $(MAKE) all $(MAKE) tag