Skip to content

Commit

Permalink
fix(package): semantic-release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 28, 2019
1 parent f445da8 commit 0b0c9e1
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,19 @@
}
}
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/npm",
{
"pkgRoot": "./pkg"
}
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/npm",
{
"pkgRoot": "./pkg"
}
]
]
],
},
"@pika/pack": {
"pipeline": [
[
Expand Down

0 comments on commit 0b0c9e1

Please sign in to comment.