Skip to content

Commit

Permalink
refactor(semantic-release-prepare): remove obsolete semantic-release-…
Browse files Browse the repository at this point in the history
…prepare
  • Loading branch information
gridcat committed Jul 6, 2021
1 parent f203276 commit ed88d1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"deploy:docs": "ts-node --project tools/tsconfig.json tools/gh-pages-publish",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare"
"semantic-release": "semantic-release"
},
"lint-staged": {
"{src,test,tools}/**/*.ts": [
Expand Down
57 changes: 0 additions & 57 deletions tools/semantic-release-prepare.ts

This file was deleted.

0 comments on commit ed88d1c

Please sign in to comment.