Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 528b99e

Browse files
committed
add build
1 parent 114f476 commit 528b99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install packages
2222
run: npm install
2323
- name: Run tests
24-
run: npm test
24+
run: npm run build:main && npm test
2525
- name: Build the Electron App
2626
run: npm run package
2727
- name: Build/release Electron app

0 commit comments

Comments
 (0)