Skip to content

Commit d24f841

Browse files
authored
ci: build web bundle before CLI publish (#299)
1 parent 0c0cf16 commit d24f841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ jobs:
553553
run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
554554

555555
- name: Build CLI package
556-
run: bun run --cwd apps/server build
556+
run: bun run build --filter=@okcode/web --filter=okcodes
557557

558558
- name: Verify npm pack
559559
working-directory: apps/server

0 commit comments

Comments
 (0)