Fix make update shrinkwrapping version from old shrinkwrap.
This commit is contained in:
parent
221113b857
commit
dfa2f65c5f
2
Makefile
2
Makefile
@ -343,12 +343,14 @@ web : index.html distready
|
||||
cd dist && git commit -am "Update web page."
|
||||
|
||||
update :
|
||||
$(RM) npm-shrinkwrap.json
|
||||
npm install --save-dev $(shell node tools/unpinned.js)
|
||||
npm install
|
||||
npm shrinkwrap --dev
|
||||
$(call CAT,npm-shrinkwrap.json,src/meta/npm-shrinkwrap.json)
|
||||
|
||||
updatehard :
|
||||
$(RM) npm-shrinkwrap.json
|
||||
npm install --save-dev $(shell node tools/unpinned.js latest)
|
||||
npm install
|
||||
npm shrinkwrap --dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user