Skip to content

Commit 751f5f0

Browse files
committed
fix: bigint protoc
1 parent 7c9d1b0 commit 751f5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"analyze": "cem analyze --litelement",
19-
"protoc": "protoc --ts_out src --ts_opt server_none --proto_path ../proto ../proto/feedback-fusion-v1.proto",
19+
"protoc": "protoc --ts_out src --ts_opt=server_none --ts_opt=long_type_string --proto_path ../proto ../proto/feedback-fusion-v1.proto",
2020
"build": "pnpm run protoc && tsc && esbuild dist/src/index.js --bundle --minify --sourcemap --outfile=dist/src/index.min.js",
2121
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
2222
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",

0 commit comments

Comments
 (0)