chore: remove publish in release script

This commit is contained in:
ayo 2026-04-03 23:34:34 +02:00
parent debc9495ae
commit ba91f1ec50

View file

@ -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": {