chore: workflows
This commit is contained in:
6
.github/workflows/desktop.release.yml
vendored
6
.github/workflows/desktop.release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn build:web:all
|
- run: yarn build:web:front
|
||||||
- name: Compile Mac
|
- name: Compile Mac
|
||||||
run: yarn run webpack --config desktop.webpack.prod.js
|
run: yarn run webpack --config desktop.webpack.prod.js
|
||||||
- name: MacX64
|
- name: MacX64
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn build:web:all
|
- run: yarn build:web:front
|
||||||
- name: Compile for AppImage
|
- name: Compile for AppImage
|
||||||
run: yarn run webpack --config desktop.webpack.prod.js
|
run: yarn run webpack --config desktop.webpack.prod.js
|
||||||
- name: AppImage
|
- name: AppImage
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: yarn install
|
- 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 webpack --config desktop.webpack.prod.js
|
||||||
- run: yarn run electron-builder --windows --x64 --ia32 --publish=never
|
- run: yarn run electron-builder --windows --x64 --ia32 --publish=never
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
"build:toast": "yarn workspace @standardnotes/toast build",
|
"build:toast": "yarn workspace @standardnotes/toast build",
|
||||||
"build:styles": "yarn workspace @standardnotes/styles build",
|
"build:styles": "yarn workspace @standardnotes/styles build",
|
||||||
"build:web": "yarn workspace @standardnotes/web 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:back": "yarn workspace @standardnotes/web-server build",
|
||||||
"build:web:all": "yarn build:web:front && yarn build:web:back",
|
"build:web:all": "yarn build:web:front && yarn build:web:back",
|
||||||
"build:components": "yarn workspace @standardnotes/components-meta build",
|
"build:components": "yarn workspace @standardnotes/components-meta build",
|
||||||
|
|||||||
Reference in New Issue
Block a user