You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,17 +52,19 @@
52
52
"deps_bigquery": "cd bigquery; npm i; cd ../",
53
53
"deps_computeengine": "cd computeengine; npm i; cd ../",
54
54
"deps_datastore": "cd datastore; npm i; cd ../",
55
+
"deps_debugger": "cd debugger; npm i; cd ../",
55
56
"deps_functions": "cd functions/uuid; npm i; cd ../..",
56
57
"deps_logging": "cd logging; npm i; cd ../",
57
58
"deps_monitoring": "cd monitoring; npm i; cd ../",
58
59
"deps_prediction": "cd prediction; npm i; cd ../",
59
60
"deps_pubsub": "cd pubsub; npm i; cd ../",
60
61
"deps_speech": "cd speech; npm i; cd ../",
61
62
"deps_storage": "cd storage; npm i; cd ../",
63
+
"deps_trace": "cd trace; npm i; cd ../",
62
64
"deps_vision": "cd vision; npm i; cd ../",
63
65
"lint": "semistandard \"**/*.js\"",
64
66
"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 ../..;",
65
-
"pretest": "npm run deps_vision; npm run deps_computeengine; npm run deps_bigquery; npm run deps_datastore; npm run deps_monitoring; npm run deps_storage; npm run deps_pubsub; npm run deps_prediction; npm run deps_logging; npm run deps_functions; npm run deps_speech; npm run pretest_geddy;",
67
+
"pretest": "npm run deps_trace; npm run deps_debugger; npm run deps_vision; npm run deps_computeengine; npm run deps_bigquery; npm run deps_datastore; npm run deps_monitoring; npm run deps_storage; npm run deps_pubsub; npm run deps_prediction; npm run deps_logging; npm run deps_functions; npm run deps_speech; npm run pretest_geddy;",
0 commit comments