Skip to content

Commit

Permalink
fix: 🔧 remove unused scripts
Browse files Browse the repository at this point in the history
because of semantic-release
  • Loading branch information
thierrymichel committed Nov 15, 2020
1 parent f7f95c6 commit f789e31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"coverage": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint src/**/*.ts",
"precommit": "lint-staged",
"prerelease": "yarn build",
"publish": "git push --follow-tags && npm publish",
"release": "yarn test && standard-version",
"test": "jest --coverage",
"test:watch": "jest --watch",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit f789e31

Please sign in to comment.