Skip to content

Commit ac1546c

Browse files
fix: cli
Signed-off-by: Henry Gressmann <[email protected]>
1 parent db6fc4b commit ac1546c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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": "turbo run build --include-dependencies",
11+
"build": "bun turbo run build --include-dependencies",
1212
"lint": "biome check packages",
1313
"format": "biome format packages",
14-
"publish-packages": "turbo run build test && changeset version && changeset publish",
14+
"publish-packages": "bun turbo run build test && changeset version && changeset publish",
1515
"test": "bun test"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)