Skip to content

Commit

Permalink
ci: update build command to include all pylon packages in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jul 11, 2024
1 parent f367f40 commit 5ffd37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- run: bun install --globally yarn
- run: bun install
- name: Build
run: bun run --filter './packages/*' build
run: bun run --filter ./packages/pylon build && bun run --filter ./packages/pylon-builder build && bun run --filter ./packages/pylon-server build && bun run --filter ./packages/pylon-cli build
- name: Release
run: yarn workspaces run semantic-release -e semantic-release-monorepo

0 comments on commit 5ffd37e

Please sign in to comment.