Skip to content

Commit 38ffb69

Browse files
jaykaycodesclaude
andcommitted
fix(ci): update build script name from build:js to build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1e170e8 commit 38ffb69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: bun run typecheck
2525

2626
- name: Build JS
27-
run: bun run build:js
27+
run: bun run build
2828

2929
- name: Test CLI
3030
run: |
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Build JS
8080
if: steps.version.outputs.changed == 'true'
81-
run: bun run build:js
81+
run: bun run build
8282

8383
- name: Publish to npm (trusted publisher)
8484
if: steps.version.outputs.changed == 'true'

0 commit comments

Comments
 (0)