Skip to content

Commit

Permalink
Correct semantic-release command
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt authored Aug 23, 2018
1 parent 82c5ee1 commit 5ae3464
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 @@ -8,7 +8,7 @@
"predeploy": "yarn",
"prestart": "yarn",
"pretest": "yarn",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"start": "mastarm build --serve --env development",
"test": "mastarm lint src"
},
Expand Down

0 comments on commit 5ae3464

Please sign in to comment.