Skip to content

Commit a6f1032

Browse files
authored
Merge pull request #72 from GoogleCloudPlatform/prepare
chore: release 0.3.1
2 parents 8542f7e + 7d805db commit a6f1032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grpc-gcp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-gcp",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
55
"main": "build/src/index.js",
66
"scripts": {
@@ -11,6 +11,7 @@
1111
"eslint": "./node_modules/.bin/eslint test/integration",
1212
"check": "gts check",
1313
"fix": "gts fix",
14+
"prepare": "npm run build",
1415
"prettier": "prettier --write src/*.ts test/**/*.js",
1516
"coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000"
1617
},

0 commit comments

Comments
 (0)