Use ordered root build instead of parallel workspace build in CI

This commit is contained in:
Mario Zechner 2025-12-03 15:05:04 +01:00
parent e0c057ecc6
commit 05644ebcd5
2 changed files with 73 additions and 73 deletions

View file

@ -47,7 +47,7 @@ jobs:
run: npm ci
- name: Build workspaces
run: npm run build --workspaces --if-present
run: npm run build
- name: Check
run: npm run --if-present check --workspace ${{ matrix.package }}