We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dffc3 commit 2916547Copy full SHA for 2916547
package.json
@@ -10,8 +10,7 @@
10
"proto-gen": "grpc_tools_node_protoc --ts_out=grpc_ts:. ./protos/plugin/v3/*.proto ./protos/discovery/v1/*.proto",
11
"proto-all": "npm run proto-prepare && npm run proto-gen",
12
"build": "rm -rf dist && tsc",
13
- "all": "npm run proto-all && npm run build",
14
- "test": "gulp test"
+ "all": "npm run proto-all && npm run build"
15
},
16
"description": "This is a low-level auto-generated gRPC client and server for CloudQuery plugins",
17
"keywords": [
0 commit comments