Skip to content

Commit 8e73ee2

Browse files
committed
Fix cicd
1 parent 753c4bf commit 8e73ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- run: bun i
1717
- run: |
1818
bun test
19-
bun build
19+
bun run build
2020
# eslint project can not lint before build
2121
bun lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: bun i
2626
- run: |
2727
bun test
28-
bun build
28+
bun run build
2929
# eslint project can not lint before build
3030
bun lint
3131
- uses: changepacks/action@main

0 commit comments

Comments
 (0)