Skip to content

Commit e2023e0

Browse files
committed
Try giving vercel access to protoc
1 parent 99a7c59 commit e2023e0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

typescript-sdk/packages/proto/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
"lint": "eslint \"src/**/*.ts*\"",
1616
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
1717
"test": "jest",
18-
"generate": "mkdir -p ./src/generated && protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/generated --ts_proto_opt=esModuleInterop=true,outputJsonMethods=false,outputClientImpl=false -I ./src/proto ./src/proto/*.proto",
18+
"generate": "mkdir -p ./src/generated && npx protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/generated --ts_proto_opt=esModuleInterop=true,outputJsonMethods=false,outputClientImpl=false -I ./src/proto ./src/proto/*.proto",
1919
"link:global": "pnpm link --global",
2020
"unlink:global": "pnpm unlink --global"
2121
},
2222
"dependencies": {
2323
"@ag-ui/core": "workspace:*",
24-
"@bufbuild/protobuf": "^2.2.5"
24+
"@bufbuild/protobuf": "^2.2.5",
25+
"@protobuf-ts/protoc": "^2.11.1"
2526
},
2627
"devDependencies": {
2728
"@jest/globals": "^29.7.0",

typescript-sdk/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)