From ee573944243e8e646f3d9d72ff29205c0d394e18 Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Wed, 13 May 2020 16:49:29 -0500 Subject: [PATCH] got everything working with @grpc-js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1016f4f..cb12726 100644 --- a/package.json +++ b/package.json @@ -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",