Makefile: Fix missing request package dependency.
This commit is contained in:
parent
9883699809
commit
88260f50b0
2
Makefile
2
Makefile
@ -260,7 +260,7 @@ distready : dist $(wildcard dist/* dist/*/*)
|
||||
git push web $(meta_distBranch)
|
||||
echo -> $@
|
||||
|
||||
.events2/push-store : .git/refs/tags/stable | .events2 distready node_modules/webstore-upload/package.json
|
||||
.events2/push-store : .git/refs/tags/stable | .events2 distready node_modules/webstore-upload/package.json node_modules/request/package.json
|
||||
node tools/webstore.js
|
||||
echo -> $@
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user