Make sure we have pinned packages installed when updating.
This commit is contained in:
parent
dae2c78f83
commit
38f6252cb5
2
Makefile
2
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user