Skip to content

Commit 99d6b5c

Browse files
fix: workflow
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 34f80d3 commit 99d6b5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
run: bun run build
3030

31-
- name: Build
31+
- name: Lint
3232
run: bun lint
3333

3434
- name: Test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"scripts"
99
],
1010
"scripts": {
11-
"build": "bun turbo run build --include-dependencies",
11+
"build": "bunx turbo run build --include-dependencies",
1212
"lint": "biome check packages",
1313
"format": "biome format packages",
14-
"publish-packages": "bun turbo run build test && changeset version && changeset publish",
14+
"publish-packages": "bunx turbo run build test && changeset version && changeset publish",
1515
"test": "bun test"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)