diff --git a/grpc-gcp/package.json b/grpc-gcp/package.json index ae73780..f1913e8 100644 --- a/grpc-gcp/package.json +++ b/grpc-gcp/package.json @@ -1,6 +1,6 @@ { "name": "grpc-gcp", - "version": "0.3.0", + "version": "0.3.1", "description": "Extension for supporting Google Cloud Platform specific features for gRPC.", "main": "build/src/index.js", "scripts": { @@ -11,6 +11,7 @@ "eslint": "./node_modules/.bin/eslint test/integration", "check": "gts check", "fix": "gts fix", + "prepare": "npm run build", "prettier": "prettier --write src/*.ts test/**/*.js", "coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000" },