Skip to content

Commit 156a811

Browse files
committed
Fix workflows
1 parent 544a10a commit 156a811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
node-version: 22
1414
- uses: oven-sh/setup-bun@v2
1515
- run: bun install
16-
- run: bun ci
16+
- run: bun run ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 22
1717
- uses: xhyrom/setup-bun@v2
1818
- run: bun install
19-
- run: bun ci
19+
- run: bun run ci
2020
- uses: ArnaudBarre/npm-publish@v1
2121
with:
2222
working-directory: dist

0 commit comments

Comments
 (0)