We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753c4bf commit 8e73ee2Copy full SHA for 8e73ee2
.github/workflows/check-pr.yml
@@ -16,6 +16,6 @@ jobs:
16
- run: bun i
17
- run: |
18
bun test
19
- bun build
+ bun run build
20
# eslint project can not lint before build
21
bun lint
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
- uses: changepacks/action@main
0 commit comments