Make sure shrinkwrap versions are used in release builds.
This commit is contained in:
parent
889bfe0803
commit
b048b8b834
1
Makefile
1
Makefile
@ -316,6 +316,7 @@ endif
|
|||||||
|
|
||||||
$(foreach i,1 2 3 4,bump$(i)) : cleanrel
|
$(foreach i,1 2 3 4,bump$(i)) : cleanrel
|
||||||
$(MAKE) npm-shrinkwrap.json
|
$(MAKE) npm-shrinkwrap.json
|
||||||
|
npm install
|
||||||
node tools/bump.js $(subst bump,,$@)
|
node tools/bump.js $(subst bump,,$@)
|
||||||
$(MAKE) all
|
$(MAKE) all
|
||||||
$(MAKE) tag
|
$(MAKE) tag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user