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

View File

@@ -20,7 +20,7 @@
"build:toast": "yarn workspace @standardnotes/toast build",
"build:styles": "yarn workspace @standardnotes/styles build",
"build:web": "yarn workspace @standardnotes/web build",
"build:web:front": "yarn build:icons && yarn build:toast && yarn build:styles && yarn build:web",
"build:web:front": "yarn build:icons && yarn build:toast && yarn build:styles && yarn build:components && yarn build:web",
"build:web:back": "yarn workspace @standardnotes/web-server build",
"build:web:all": "yarn build:web:front && yarn build:web:back",
"build:components": "yarn workspace @standardnotes/components-meta build",