Skip to content

Commit

Permalink
fix: fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiorodriguez committed Apr 12, 2018
1 parent 90d63ce commit 89afc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "tslint './*.js'",
"check-prettier-conflicts": "tslint-config-prettier-check './index.js' && tslint-config-prettier-check './react.js'",
"precommit": "npm run lint && npm run check-prettier-conflicts",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"test": "echo 'This project has no tests' && exit 0"
},
"devDependencies": {
Expand Down

0 comments on commit 89afc71

Please sign in to comment.