Skip to content

Commit dbd6cca

Browse files
committed
add zod-models-build to CI
1 parent d380a7c commit dbd6cca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dry-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
npm run web-install
2727
npm run electron-install
2828
npm run zod-models-install
29+
npm run zod-models-build
2930
shell: bash
3031
- name: setup for codesigning (macos only)
3132
if: ${{ runner.os == 'macOs' }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
npm run web-install
3838
npm run electron-install
3939
npm run zod-models-install
40+
npm run zod-models-build
4041
shell: bash
4142
- name: setup for codesigning (macos only)
4243
if: ${{ runner.os == 'macOs' }}

0 commit comments

Comments
 (0)