chore: move lib publish script

This commit is contained in:
ayo 2026-04-03 23:33:13 +02:00
parent 788fc2dfe1
commit f4763e711c
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"homepage": "https://mnswpr.com",
"scripts": {
"publish": "npm publish",
"release": "bumpp && node ../scripts/release.js"
"release": "bumpp && node ../scripts/release.js && npm publish"
},
"main": "mnswpr.js",
"exports": {

View file

@ -17,7 +17,6 @@
"build:preview": "pnpm -F app run build:preview",
"build:lib": "vite build lib --config vite-lib.config.js",
"release": "pnpm -F @ayo-run/mnswpr release",
"publish": "pnpm -F @ayo-run/mnswpr publish",
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix"