Skip to content

Commit 07ab2b5

Browse files
committed
Add required dependency
1 parent 341b475 commit 07ab2b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
"scripts": {
4949
"build": "tsc"
5050
},
51+
"dependencies": {
52+
"@bufbuild/protobuf": "^2.5.2",
53+
},
5154
"devDependencies": {
5255
"ts-proto": "^2.7.5",
5356
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)