mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +00:00
ci: build all packages before creating binaries
This commit is contained in:
parent
f480c98c80
commit
752bd3353d
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build-binaries.yml
vendored
6
.github/workflows/build-binaries.yml
vendored
|
|
@ -37,10 +37,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd packages/coding-agent
|
||||
npm run build
|
||||
- name: Build all packages
|
||||
run: npm run build
|
||||
|
||||
- name: Build binaries for all platforms
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue