mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
ci: build infra code before build layers
This commit is contained in:
3
.github/workflows/nightly-build.yml
vendored
3
.github/workflows/nightly-build.yml
vendored
@@ -125,6 +125,9 @@ jobs:
|
|||||||
name: before-make-web-static
|
name: before-make-web-static
|
||||||
path: apps/electron/resources/web-static
|
path: apps/electron/resources/web-static
|
||||||
|
|
||||||
|
- name: Build Infra
|
||||||
|
run: yarn nx run-many -t build -p plugin-infra infra
|
||||||
|
|
||||||
- name: Build layers
|
- name: Build layers
|
||||||
run: yarn workspace @affine/electron build
|
run: yarn workspace @affine/electron build
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/release-desktop-app.yml
vendored
3
.github/workflows/release-desktop-app.yml
vendored
@@ -123,6 +123,9 @@ jobs:
|
|||||||
name: before-make-web-static
|
name: before-make-web-static
|
||||||
path: apps/electron/resources/web-static
|
path: apps/electron/resources/web-static
|
||||||
|
|
||||||
|
- name: Build Infra
|
||||||
|
run: yarn nx run-many -t build -p plugin-infra infra
|
||||||
|
|
||||||
- name: Build layers
|
- name: Build layers
|
||||||
run: yarn workspace @affine/electron build
|
run: yarn workspace @affine/electron build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user