Skip to content

Commit

Permalink
feat(semantic-release): remove semantic-release script
Browse files Browse the repository at this point in the history
This is redundant since we can run `yarn semantic-release` without declaring a script. It's also
confusing since developers might think that the `yarn semantic-release` script is intended to be run
manually.
  • Loading branch information
djcsdy committed Apr 15, 2022
1 parent 6ce04b4 commit 96ebfef
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 @@ -17,7 +17,6 @@
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
"lint": "tsc --noEmit && eslint . && prettier --check .",
"prepare": "husky install && tsc",
"semantic-release": "semantic-release",
"test": "ava"
},
"engines": {
Expand Down

0 comments on commit 96ebfef

Please sign in to comment.