Skip to content

Commit

Permalink
fix: re-order release perparation steps
Browse files Browse the repository at this point in the history
fixes #292
  • Loading branch information
BelfordZ committed May 23, 2020
1 parent bde6207 commit 4893ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/npm",
[
"@semantic-release/exec",
{
"prepareCmd": "./bin/build.sh"
}
]
],
"@semantic-release/git"
],
"publish": [
["@semantic-release/github", {
Expand Down

0 comments on commit 4893ac8

Please sign in to comment.