chore: add publish script

This commit is contained in:
ayo 2026-04-03 15:51:02 +02:00
parent 6b01a0272e
commit 32bb31ecf1

View file

@ -10,7 +10,8 @@
}, },
"scripts": { "scripts": {
"release": "bumpp && node ../scripts/release.js", "release": "bumpp && node ../scripts/release.js",
"build:release": "npm run build:lib && npm run release" "build:release": "npm run build:lib && npm run release",
"publish": "npm publish"
}, },
"main": "mnswpr.js", "main": "mnswpr.js",
"exports": { "exports": {