Skip to content

Commit

Permalink
fix(release): fix artifacts not getting build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Towerism committed Sep 10, 2018
1 parent e79692c commit 226ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf dist && tsc",
"test": "npm run lint && jest --coverage",
"lint": "tslint -c tslint.json -p tsconfig.json | snazzy",
"semantic-release": "semantic-release",
"semantic-release": "npm run build && semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
Expand Down

0 comments on commit 226ca90

Please sign in to comment.