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",
|
"homepage": "https://mnswpr.com",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"publish": "npm publish",
|
"publish": "npm publish",
|
||||||
"release": "bumpp && node ../scripts/release.js && npm publish"
|
"release": "bumpp && node ../scripts/release.js"
|
||||||
},
|
},
|
||||||
"main": "mnswpr.js",
|
"main": "mnswpr.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue