mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Use ordered root build instead of parallel workspace build in CI
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user