Skip to content

Commit b7eb2e0

Browse files
committed
fix(package): update changeset publish command to use bun instead of turbo
1 parent 4765304 commit b7eb2e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"format": "ultracite fix",
2929
"changeset": "changeset",
3030
"changeset:version": "changeset version",
31-
"changeset:publish": "turbo run build && changeset publish"
31+
"changeset:publish": "bun run build && changeset publish"
3232
},
3333
"dependencies": {
3434
"@actions/cache": "^6.0.0",

0 commit comments

Comments
 (0)