We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9d1b0 commit 751f5f0Copy full SHA for 751f5f0
lib/package.json
@@ -16,7 +16,7 @@
16
},
17
"scripts": {
18
"analyze": "cem analyze --litelement",
19
- "protoc": "protoc --ts_out src --ts_opt server_none --proto_path ../proto ../proto/feedback-fusion-v1.proto",
+ "protoc": "protoc --ts_out src --ts_opt=server_none --ts_opt=long_type_string --proto_path ../proto ../proto/feedback-fusion-v1.proto",
20
"build": "pnpm run protoc && tsc && esbuild dist/src/index.js --bundle --minify --sourcemap --outfile=dist/src/index.min.js",
21
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
22
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
0 commit comments