Skip to content

Commit 152c319

Browse files
newbe36524Copilot
andcommitted
fix(ci): build desktop helpers before integration
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6be7717 commit 152c319

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/non-interactive-integration.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Install dependencies
4949
run: npm ci
5050

51+
- name: Build main-process helpers
52+
run: npm run build:tsc
53+
5154
- name: Download Linux ZIP artifact
5255
env:
5356
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -93,6 +96,9 @@ jobs:
9396
- name: Install dependencies
9497
run: npm ci
9598

99+
- name: Build main-process helpers
100+
run: npm run build:tsc
101+
96102
- name: Download macOS ZIP artifact
97103
env:
98104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -138,6 +144,9 @@ jobs:
138144
- name: Install dependencies
139145
run: npm ci
140146

147+
- name: Build main-process helpers
148+
run: npm run build:tsc
149+
141150
- name: Download Windows ZIP artifact
142151
shell: bash
143152
env:

0 commit comments

Comments
 (0)