Skip to content

Commit

Permalink
chore: build all projects when building binaries (#925)
Browse files Browse the repository at this point in the history
<!-- For Coveo Employees only. Fill this section.

CDX-764

-->

## Proposed changes

Now that we have a composite project for `@coveo/cli`, we need to build
the reference first (or use `tsc --build`).

I chose the later to just reuse what's already there
  • Loading branch information
louis-bompart authored Sep 8, 2022
1 parent aa8b398 commit 4308e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Get commit short hash
run: node ./scripts/get-commit-short-hash.mjs
- name: Build
working-directory: ./packages/cli/core
run: npm run build
- name: Create install kits
working-directory: ./packages/cli/core
Expand Down

0 comments on commit 4308e12

Please sign in to comment.