Skip to content

Commit

Permalink
fix(package): publish correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 14, 2019
1 parent adbdb48 commit a8b6c21
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,17 @@
]
]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "./pkg"
}
],
"@semantic-release/git"
]
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "./pkg"
}
],
"@semantic-release/git"
]
}
}

0 comments on commit a8b6c21

Please sign in to comment.