chore: move lib publish script
This commit is contained in:
parent
788fc2dfe1
commit
f4763e711c
2 changed files with 1 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue