mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
feat(npm): added npm publish
Release should now publish to npm.
This commit is contained in:
parent
c00c4983fb
commit
012230a80c
1 changed files with 1 additions and 4 deletions
|
|
@ -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}"
|
||||
}],
|
||||
|
|
|
|||
Loading…
Reference in a new issue