Skip to content

Commit

Permalink
fix(npm): fix dist folder npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasmenker committed Dec 6, 2019
1 parent aae4b3e commit d974b4a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": true,
"pkgRoot": "dist"
}
],
"@semantic-release/github",
"@semantic-release/changelog",
[
Expand Down

0 comments on commit d974b4a

Please sign in to comment.