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",
|
"homepage": "https://mnswpr.com",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"publish": "npm publish",
|
"publish": "npm publish",
|
||||||
"release": "bumpp && node ../scripts/release.js"
|
"release": "bumpp && node ../scripts/release.js && npm publish"
|
||||||
},
|
},
|
||||||
"main": "mnswpr.js",
|
"main": "mnswpr.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
"build:preview": "pnpm -F app run build:preview",
|
"build:preview": "pnpm -F app run build:preview",
|
||||||
"build:lib": "vite build lib --config vite-lib.config.js",
|
"build:lib": "vite build lib --config vite-lib.config.js",
|
||||||
"release": "pnpm -F @ayo-run/mnswpr release",
|
"release": "pnpm -F @ayo-run/mnswpr release",
|
||||||
"publish": "pnpm -F @ayo-run/mnswpr publish",
|
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix"
|
"lint:fix": "eslint . --fix"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue