Skip to content

Commit e282a34

Browse files
committed
Generate code with npm script in workflow
1 parent e8ad0d9 commit e282a34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: poetry lock --no-update
4040
- name: Normalize package-lock.json
4141
run: npm install
42+
- name: Generate code
43+
run: npm run generate
4244
- name: Commit
4345
uses: stefanzweifel/git-auto-commit-action@v5
4446
with:

0 commit comments

Comments
 (0)