Skip to content

Commit a9252dd

Browse files
committed
build: fixes release command
1 parent 64d78e3 commit a9252dd

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
@@ -7,7 +7,7 @@
77
"lint": "biome check .",
88
"test": "turbo test",
99
"test:ui": "turbo test:ui",
10-
"publish": "turbo run build lint test && changeset publish"
10+
"release": "turbo run build lint test && changeset publish"
1111
},
1212
"devDependencies": {
1313
"@biomejs/biome": "1.9.4",

0 commit comments

Comments
 (0)