Skip to content

Commit

Permalink
chore(semantic-release): fix semantic-release npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Sep 2, 2019
1 parent baffd8b commit b2c3914
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "dist/ngx-sweetalert2"
}],
["@semantic-release/github"]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:lib": "ng lint ngx-sweetalert2",
"lint:demo": "ng lint ngx-sweetalert2-demo",
"tmux:serve": "tmuxinator local",
"semantic-release": "cd dist/ngx-sweetalert2 && semantic-release; cd .."
"semantic-release": "semantic-release"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit b2c3914

Please sign in to comment.