Skip to content

Commit ccec708

Browse files
committed
fix: adjust typo in the workflow script
1 parent 267851e commit ccec708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: bun run --filter "*" lint
2525

2626
- name: Test
27-
run: bun tun --filter "*" test
27+
run: bun run --filter "*" test
2828

2929
build:
3030
name: Build and Publish

0 commit comments

Comments
 (0)