Skip to content

Commit 2916547

Browse files
committed
chore: Remove test script
1 parent 51dffc3 commit 2916547

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"proto-gen": "grpc_tools_node_protoc --ts_out=grpc_ts:. ./protos/plugin/v3/*.proto ./protos/discovery/v1/*.proto",
1111
"proto-all": "npm run proto-prepare && npm run proto-gen",
1212
"build": "rm -rf dist && tsc",
13-
"all": "npm run proto-all && npm run build",
14-
"test": "gulp test"
13+
"all": "npm run proto-all && npm run build"
1514
},
1615
"description": "This is a low-level auto-generated gRPC client and server for CloudQuery plugins",
1716
"keywords": [

0 commit comments

Comments
 (0)