Skip to content

Commit

Permalink
chore(npm): remove npm script from package
Browse files Browse the repository at this point in the history
We don't need npm script since we overwrite the original commit to use cz

fix #24
  • Loading branch information
Ridermansb committed Mar 30, 2022
1 parent 5a10acd commit 7bfdddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"start": "npm run build -- --watch",
"prepublish": "npm run -s build",
"release": "semantic-release",
"commit": "cz",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit 7bfdddd

Please sign in to comment.