We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0cf16 commit d24f841Copy full SHA for d24f841
1 file changed
.github/workflows/release.yml
@@ -553,7 +553,7 @@ jobs:
553
run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
554
555
- name: Build CLI package
556
- run: bun run --cwd apps/server build
+ run: bun run build --filter=@okcode/web --filter=okcodes
557
558
- name: Verify npm pack
559
working-directory: apps/server
0 commit comments