Skip to content

Commit 53fe113

Browse files
committed
chore: Run npm ci before code generation
1 parent 9bf1469 commit 53fe113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/regen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
cache: "npm"
1717
node-version: "16"
1818

19+
- name: Install dependencies
20+
run: |
21+
npm ci
22+
1923
- name: Generate code
2024
run: |
2125
npm run proto-clone

0 commit comments

Comments
 (0)