chore: new release package script
This commit is contained in:
parent
04445774e3
commit
deeae32bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,8 +16,8 @@
|
|||
"start": "vite app",
|
||||
"build": "vite build app",
|
||||
"build:lib": "vite build lib",
|
||||
"release:lib": "pnpm -F @ayo-run/mnswpr run release",
|
||||
"publish:lib": "cd lib && npm publish",
|
||||
"release": "pnpm build:lib && pnpm -F @ayo-run/mnswpr run release && pnpm publish:lib",
|
||||
"build:preview": "pnpm -F app run build:preview",
|
||||
"prepare": "husky",
|
||||
"lint": "eslint .",
|
||||
|
|
|
|||
Loading…
Reference in a new issue