Skip to content

Commit

Permalink
fix: add publish command
Browse files Browse the repository at this point in the history
This fixes some of my mess-ups with publishing releases.
  • Loading branch information
EmmaRamirez committed Jan 15, 2018
1 parent af79ee9 commit 5936c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"lint": "tslint -c tsconfig.json",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"format": "prettier \"*/**/*.ts\" --parser 'typescript' --single-quote --ignore-path ./.prettierignore --write",
"publish": "git push origin master",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
Expand Down

0 comments on commit 5936c89

Please sign in to comment.