Use the shrinkwrap from src/meta when releasing even if a shrinkwrap file is present.

This commit is contained in:
ccd0 2016-04-20 07:08:10 -07:00
parent be842d5aca
commit 28e1da9a39

View File

@ -315,14 +315,12 @@ tag : .events/CHANGELOG jshint release
git commit -am "Release $(meta_name) v$(version)."
git tag -a $(version) -m "$(meta_name) v$(version)."
else
endif
wrapped : src/meta/npm-shrinkwrap.json
$(call CAT,$<,npm-shrinkwrap.json)
npm install
endif
$(foreach i,1 2 3 4,bump$(i)) : cleanrel
$(MAKE) wrapped
node tools/bump.js $(subst bump,,$@)