fix up docker files
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx protoc --ts_out=server_grpc1:./ --proto_path ./ ./*.proto"
|
||||
"build_server": "npx protoc --ts_out=server_grpc1:./ --proto_path ./ ./*.proto",
|
||||
"build_client": "npx protoc --ts_out:./ --proto_path ./ ./*.proto"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user