We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267851e commit ccec708Copy full SHA for ccec708
1 file changed
.github/workflows/npm-publish.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: bun run --filter "*" lint
25
26
- name: Test
27
- run: bun tun --filter "*" test
+ run: bun run --filter "*" test
28
29
build:
30
name: Build and Publish
0 commit comments