Fix electron build

This commit is contained in:
WardPearce
2024-09-20 21:13:02 +12:00
parent fe6d7b2c34
commit f40ec38fcf
7 changed files with 48 additions and 11 deletions
+3 -3
View File
@@ -26,12 +26,12 @@ jobs:
- name: Install modules
run: cd ../ && npm install
- name: Build package
run: cd ../ && npm run build
- name: Build android nodejs packages
run: cd ../static/nodejs-android && npm install
- name: Build package
run: cd ../ && npm run build
- name: Sync package
run: cd ../ && npx cap sync