This commit is contained in:
pk5ls20
2024-11-20 19:51:29 +08:00
parent c9ca6568cf
commit 38cbb8d2b0
3 changed files with 7 additions and 7 deletions

View File

@@ -4,8 +4,8 @@
"type": "module",
"version": "4.1.12",
"scripts": {
"build:framework": "npm run build:webui && vite build --mode framework",
"build:shell": "npm run build:webui && vite build --mode shell",
"build:framework": "npm run build:webui && vite build --mode framework || exit 1",
"build:shell": "npm run build:webui && vite build --mode shell || exit 1",
"build:webui": "cd napcat.webui && vite build",
"dev:framework": "vite build --mode framework",
"dev:shell": "vite build --mode shell",