Use ordered root build instead of parallel workspace build in CI
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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