We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f80d3 commit 99d6b5cCopy full SHA for 99d6b5c
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build
29
run: bun run build
30
31
- - name: Build
+ - name: Lint
32
run: bun lint
33
34
- name: Test
package.json
@@ -8,10 +8,10 @@
8
"scripts"
9
],
10
"scripts": {
11
- "build": "bun turbo run build --include-dependencies",
+ "build": "bunx turbo run build --include-dependencies",
12
"lint": "biome check packages",
13
"format": "biome format packages",
14
- "publish-packages": "bun turbo run build test && changeset version && changeset publish",
+ "publish-packages": "bunx turbo run build test && changeset version && changeset publish",
15
"test": "bun test"
16
},
17
"devDependencies": {
0 commit comments