Skip to content

Commit

Permalink
build: add another npm step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Jun 27, 2022
1 parent d4a33cb commit 6ff0961
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
"npmPublish": false
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "dist"
}
],
[
"@semantic-release/git",
{
Expand All @@ -121,13 +127,7 @@
]
}
],
"@semantic-release/github",
[
"@semantic-release/exec",
{
"publishCmd": "cd dist && npm publish"
}
]
"@semantic-release/github"
]
}
}

0 comments on commit 6ff0961

Please sign in to comment.