Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 authored Sep 15, 2023
1 parent 097fdac commit 6ed49a7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
"npmPublish": false
}
],

[
"@semantic-release/exec",
{
"prepareCmd": "yarn run build"
}
],
[
"@semantic-release/git",
{
Expand All @@ -122,12 +129,6 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "yarn run build"
}
],
[
"@semantic-release/github",
{
Expand Down

0 comments on commit 6ed49a7

Please sign in to comment.