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 db6fc4b commit ac1546cCopy full SHA for ac1546c
package.json
@@ -8,10 +8,10 @@
8
"scripts"
9
],
10
"scripts": {
11
- "build": "turbo run build --include-dependencies",
+ "build": "bun turbo run build --include-dependencies",
12
"lint": "biome check packages",
13
"format": "biome format packages",
14
- "publish-packages": "turbo run build test && changeset version && changeset publish",
+ "publish-packages": "bun turbo run build test && changeset version && changeset publish",
15
"test": "bun test"
16
},
17
"devDependencies": {
0 commit comments