chore: add vite build app monorepo script
This commit is contained in:
parent
4f3897bfaf
commit
832afc1128
1 changed files with 2 additions and 1 deletions
|
|
@ -14,10 +14,11 @@
|
||||||
"test": "echo \"Warn: no test specified\"",
|
"test": "echo \"Warn: no test specified\"",
|
||||||
"dev": "vite app",
|
"dev": "vite app",
|
||||||
"start": "vite app",
|
"start": "vite app",
|
||||||
"build:preview": "pnpm -F app run build:preview",
|
"build": "vite build app",
|
||||||
"build:lib": "vite build lib",
|
"build:lib": "vite build lib",
|
||||||
"release:lib": "pnpm -F @ayo-run/mnswpr run release",
|
"release:lib": "pnpm -F @ayo-run/mnswpr run release",
|
||||||
"publish:lib": "cd lib && npm publish",
|
"publish:lib": "cd lib && npm publish",
|
||||||
|
"build:preview": "pnpm -F app run build:preview",
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix"
|
"lint:fix": "eslint . --fix"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue