Makefile: Fix missing request package dependency.

This commit is contained in:
ccd0 2017-02-11 19:02:05 -08:00
parent 9883699809
commit 88260f50b0

View File

@ -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 -> $@