ci: build infra code before build layers

This commit is contained in:
Alex Yang 2023-06-30 15:20:36 +08:00
parent 9d0db78f64
commit 62b465a889
2 changed files with 6 additions and 0 deletions

View File

@ -125,6 +125,9 @@ jobs:
name: before-make-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
run: yarn workspace @affine/electron build

View File

@ -123,6 +123,9 @@ jobs:
name: before-make-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
run: yarn workspace @affine/electron build