got everything working with @grpc-js

This commit is contained in:
moloch--
2020-05-13 16:49:29 -05:00
parent f01adc2a94
commit ee57394424
+1 -1
View File
@@ -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",