mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +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
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build
|
- name: Build all packages
|
||||||
run: |
|
run: npm run build
|
||||||
cd packages/coding-agent
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
- name: Build binaries for all platforms
|
- name: Build binaries for all platforms
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue