mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
got everything working with @grpc-js
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "cp -r ./sliver/protobuf/ ./src/protobuf && cp -r ./sliver/protobuf/ ./lib/protobuf && tsc",
|
||||
"build": "./protobuf.sh && cp -r ./src/pb ./lib/pb && tsc",
|
||||
"test": "jest --config jestconfig.json"
|
||||
},
|
||||
"prepublishOnly": "npm test && npm run lint",
|
||||
|
||||
Reference in New Issue
Block a user