Use the shrinkwrap from src/meta when releasing even if a shrinkwrap file is present.
This commit is contained in:
parent
be842d5aca
commit
28e1da9a39
4
Makefile
4
Makefile
@ -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,,$@)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user