Fix missing npm package dependencies.

This commit is contained in:
ccd0 2016-04-17 04:11:44 -07:00
parent 1b2fd2433b
commit bd6bc0ba94

View File

@ -219,7 +219,7 @@ install.json :
node tools/install.js
echo -> $@
.events/CHANGELOG : version.json | .events
.events/CHANGELOG : version.json | .events node_modules/dateformat/package.json
node tools/updcl.js
echo -> $@
@ -248,7 +248,7 @@ distready : dist $(wildcard dist/* dist/*/*)
aws s3 cp web.css s3://$(awsBucket) --cache-control "max-age=600" --content-type "text/css; charset=utf-8"
echo -> $@
.events2/push-store : .git/refs/tags/stable | .events2 distready
.events2/push-store : .git/refs/tags/stable | .events2 distready node_modules/webstore-upload/package.json
node tools/webstore.js
echo -> $@