Skip to content

Commit 34e7f22

Browse files
🐛 Fix(enviroment,package.json): change in script changesets => changeset to work properly
1 parent 3ddc326 commit 34e7f22

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
@@ -13,8 +13,8 @@
1313
"clean": "turbo clean",
1414
"npm:prepack": "turbo npm:prepack",
1515
"npm:postpack": "turbo npm:postpack",
16-
"npm:version": "changesets version",
17-
"npm:publish": "changesets publish",
16+
"npm:version": "changeset version",
17+
"npm:publish": "changeset publish",
1818
"preinstall": "husky init",
1919
"pre": "turbo pre",
2020
"pre:husky": "git add . && npx lint-staged",

0 commit comments

Comments
 (0)