Skip to content

Commit 310bbe9

Browse files
authored
chore: fix sample update workflow (#355)
* chore: fix sample update workflow * update
1 parent 1f2edf1 commit 310bbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
npm install "$pkg@next"
9696
done
9797
98-
# Finally run zenstack generate
99-
npx zen generate
98+
# Finally run generate
99+
npm run generate
100100
101101
- name: Commit and push changes
102102
if: steps.check-package.outputs.exists == 'true'

0 commit comments

Comments
 (0)