chore: update publish scripts
This commit is contained in:
parent
7b9529bddb
commit
d4228c60f3
2 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,6 @@
|
|||
},
|
||||
"homepage": "https://mnswpr.com",
|
||||
"scripts": {
|
||||
"publish": "npm publish",
|
||||
"release": "bumpp && node ../scripts/release.js"
|
||||
},
|
||||
"main": "mnswpr.js",
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
"start": "vite app",
|
||||
"build:preview": "pnpm -F app run build:preview",
|
||||
"build:lib": "vite build lib --config vite-lib.config.js",
|
||||
"release:lib": "pnpm -F @ayo-run/mnswpr release",
|
||||
"publish:lib": "pnpm -F @ayo-run/mnswpr publish",
|
||||
"release:lib": "pnpm -F @ayo-run/mnswpr run release",
|
||||
"publish:lib": "cd lib && npm publish",
|
||||
"prepare": "husky",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
|
|
|
|||
Loading…
Reference in a new issue