mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 10:05:14 +00:00
Use ordered root build instead of parallel workspace build in CI
This commit is contained in:
parent
e0c057ecc6
commit
05644ebcd5
2 changed files with 73 additions and 73 deletions
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue