Skip to content

Commit

Permalink
fix(semantic-release): fix semantic release script
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Apr 20, 2024
1 parent 961ac5e commit 53fc554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"preview": "vite preview",
"prepare": "is-ci || husky",
"lint-staged": "lint-staged",
"commitlint": "commitlint"
"commitlint": "commitlint",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": ">=18.2.0",
Expand Down

0 comments on commit 53fc554

Please sign in to comment.