diff --git a/kokoro.sh b/kokoro.sh index 3e51749c..23789226 100755 --- a/kokoro.sh +++ b/kokoro.sh @@ -20,4 +20,6 @@ cd $(dirname $0) git submodule update --init git submodule foreach --recursive git submodule update --init +./packages/grpc-native-core/tools/buildgen/generate_projects.sh + ./run-tests.sh diff --git a/packages/grpc-native-core/templates/package.json.template b/packages/grpc-native-core/templates/package.json.template index 51df7d81..359cd500 100644 --- a/packages/grpc-native-core/templates/package.json.template +++ b/packages/grpc-native-core/templates/package.json.template @@ -36,8 +36,16 @@ "protobufjs": "^5.0.0" }, "devDependencies": { + "async": "^2.0.1", + "body-parser": "^1.15.2", "electron-mocha": "^3.1.1", - "istanbul": "^0.4.4" + "express": "^4.14.0", + "google-auth-library": "^0.9.2", + "google-protobuf": "^3.0.0", + "istanbul": "^0.4.4", + "lodash": "^4.17.4", + "minimist": "^1.1.0", + "poisson-process": "^0.2.1" }, "engines": { "node": ">=4"