We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f207c4 commit dc2f29eCopy full SHA for dc2f29e
1 file changed
.github/workflows/protos.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Generate Code with Buf
66
run: |
67
# Navigate to the proto directory and run buf generate
68
- npm install
+ npm install ts-proto
69
buf generate
70
71
- name: Add and Commit Changes
0 commit comments