chore: add publish script

This commit is contained in:
ayo 2026-04-03 15:51:02 +02:00
parent fe6e5f4bc1
commit cd5a224a82

View file

@ -10,7 +10,8 @@
},
"scripts": {
"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",
"exports": {