Skip to content

Commit af54b0c

Browse files
committed
fix: bun fix build step
1 parent 875515c commit af54b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: bun install
4949

5050
- name: Build
51-
run: bun build
51+
run: bun run build
5252

5353
- name: Publish to NPM
5454
run: bun publish -p --access public

0 commit comments

Comments
 (0)