Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 073ddb4

Browse files
authored
chore(instrumentation-grpc): add prepare command and propose 0.0.5 (#118)
1 parent d38efe7 commit 073ddb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/opencensus-instrumentation-grpc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/instrumentation-grpc",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Opencensus grpc automatic instrumentation package.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -11,6 +11,7 @@
1111
"check": "gts check",
1212
"compile": "tsc -p .",
1313
"fix": "gts fix",
14+
"prepare": "npm run compile",
1415
"pretest": "npm run compile; npm run copy-fixtures",
1516
"posttest": "npm run check",
1617
"copy-fixtures": "cp -r ./test/fixtures ./build/test/"

0 commit comments

Comments
 (0)