|
28 | 28 | "mocha": "mocha --timeout 10000 --recursive",
|
29 | 29 | "cover": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -t 30000 --recursive",
|
30 | 30 | "coveralls": "cat ./coverage/lcov.info | node_modules/.bin/coveralls",
|
31 |
| - "deps_datastore": "cd datastore; npm i; cd ../..", |
32 |
| - "deps_pubsub": "cd pubsub; npm i; cd ../..", |
33 |
| - "deps_storage": "cd storage; npm i; cd ../..", |
34 |
| - "deps_prediction": "cd prediction; npm i; cd ../..", |
35 |
| - "deps_logging": "cd logging; npm i; cd ../..", |
| 31 | + "deps_datastore": "cd datastore; npm i; cd ../", |
| 32 | + "deps_pubsub": "cd pubsub; npm i; cd ../", |
| 33 | + "deps_storage": "cd storage; npm i; cd ../", |
| 34 | + "deps_prediction": "cd prediction; npm i; cd ../", |
| 35 | + "deps_logging": "cd logging; npm i; cd ../", |
| 36 | + "deps_functions": "cd functions/uuid; npm i; cd ../..", |
36 | 37 | "deps_sendgrid": "cd computeengine/sendgrid; npm i; cd ../..",
|
37 | 38 | "pretest_geddy": "cd appengine/geddy; npm i geddy; GEDDY_SECRET=config/secrets.json; [[ -f $GEDDY_SECRET ]] || echo '{}' > $GEDDY_SECRET && node node_modules/.bin/geddy gen secret; cd ../..;",
|
38 |
| - "pretest": "npm run deps_datastore; npm run deps_storage; npm run deps_pubsub; npm run deps_prediction; npm run deps_logging; npm run deps_sendgrid; npm run pretest_geddy", |
| 39 | + "pretest": "npm run deps_datastore; npm run deps_storage; npm run deps_pubsub; npm run deps_prediction; npm run deps_logging; npm run deps_functions; npm run deps_sendgrid; npm run pretest_geddy", |
39 | 40 | "test": "npm run jshint && npm run cover"
|
40 | 41 | },
|
41 | 42 | "devDependencies": {
|
|
0 commit comments