chore: remove publish in release script
This commit is contained in:
parent
debc9495ae
commit
ba91f1ec50
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"homepage": "https://mnswpr.com",
|
||||
"scripts": {
|
||||
"publish": "npm publish",
|
||||
"release": "bumpp && node ../scripts/release.js && npm publish"
|
||||
"release": "bumpp && node ../scripts/release.js"
|
||||
},
|
||||
"main": "mnswpr.js",
|
||||
"exports": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue