Skip to content

Commit b0bc63b

Browse files
committed
chore: fix release script
1 parent 11aaa63 commit b0bc63b

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
@@ -35,7 +35,7 @@
3535
"format:eslint": "npm run lint:eslint -- --fix",
3636
"format:prettier": "prettier --write .",
3737
"prepare": "husky install",
38-
"release": "npx standard-version"
38+
"release": "npx semantic-release"
3939
},
4040
"repository": {
4141
"type": "git",

0 commit comments

Comments
 (0)