Skip to content

Commit

Permalink
Merge pull request #2 from MailOnline/fix/fix-semantic-release
Browse files Browse the repository at this point in the history
fix: fix semantic release
  • Loading branch information
claudiorodriguez authored Apr 12, 2018
2 parents 90d63ce + 89afc71 commit 212a481
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 212a481

Please sign in to comment.