~starkingdoms/starkingdoms

6f156d279a2303feb28f884ffc52e5c0cc75bbfd — core 2 years ago ef2f1b5
attempt to fix that too
1 files changed, 1 insertions(+), 1 deletions(-)

M client/package.json
M client/package.json => client/package.json +1 -1
@@ 7,7 7,7 @@
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "protobuf": "mkdir -p ./src/protocol && protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/protocol -I ../protocol/src/pbuf ../protocol/src/pbuf/starkingdoms-protocol.proto && sed -i 's/\\/\\* eslint-disable \\*\\//\\/\\/@ts-nocheck/' src/protocol/*.ts"
    "protobuf": "mkdir -p ./src/protocol && protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=forceLong=number --ts_proto_out=./src/protocol -I ../protocol/src/pbuf ../protocol/src/pbuf/starkingdoms-protocol.proto && sed -i 's/\\/\\* eslint-disable \\*\\//\\/\\/@ts-nocheck/' src/protocol/*.ts"
  },
  "devDependencies": {
    "ts-proto": "^1.146.0",