Skip to content

Commit 489ff4f

Browse files
Build Electron before packaging
1 parent afc71d6 commit 489ff4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/electron-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
working-directory: electron
3232
run: npm ci
3333

34+
- name: Build app
35+
working-directory: electron
36+
run: npm run build
37+
3438
- name: Build installers
3539
working-directory: electron
3640
run: npm run dist

0 commit comments

Comments
 (0)