build(electron): use nx (#2942)

This commit is contained in:
Alex Yang
2023-06-30 16:10:35 +08:00
committed by GitHub
parent 9e90242ddb
commit 38a2aa9d17
18 changed files with 134 additions and 148 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ jobs:
run: yarn nx run-many -t build -p plugin-infra infra
- name: Build layers
run: yarn workspace @affine/electron build
run: yarn nx build @affine/electron
- name: Signing By Apple Developer ID
if: ${{ matrix.spec.platform == 'darwin' }}