chore: workflows

This commit is contained in:
Mo
2022-06-12 12:04:05 -05:00
parent 5832c33204
commit 17598faac9
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build:web:all
- run: yarn build:web:front
- name: Compile Mac
run: yarn run webpack --config desktop.webpack.prod.js
- name: MacX64
@@ -43,7 +43,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build:web:all
- run: yarn build:web:front
- name: Compile for AppImage
run: yarn run webpack --config desktop.webpack.prod.js
- name: AppImage
@@ -105,7 +105,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build:web:all
- run: yarn build:web:front
- run: yarn run webpack --config desktop.webpack.prod.js
- run: yarn run electron-builder --windows --x64 --ia32 --publish=never