feat(npm): added npm publish

Release should now publish to npm.
This commit is contained in:
Christopher Pickering 2022-07-06 13:09:22 -05:00
parent c00c4983fb
commit 012230a80c
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -4,10 +4,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/npm", {
"npmPublish": false
}],
"@semantic-release/npm",
["@semantic-release/exec", {
"prepareCmd" : "poetry version ${nextRelease.version}"
}],