Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit a1bd5e2

Browse files
committed
chore: fix beachball publish command in publish-packages script.
1 parent 55d69b6 commit a1bd5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/muni-town/leaf"
55
},
66
"scripts": {
7-
"publish-packages": "turbo build && beachball --yes -m 'chore: publish packages.'"
7+
"publish-packages": "turbo build && beachball publish -m 'chore: publish packages.'"
88
},
99
"devDependencies": {
1010
"@repo/tsconfig": "workspace:*",

0 commit comments

Comments
 (0)