|
|
@ -11,7 +11,7 @@ |
|
|
|
"dev": "vite", |
|
|
|
"dev": "vite", |
|
|
|
"lint:check": "eslint --max-warnings 0 \"src/**/*.{vue,ts,tsx}\"", |
|
|
|
"lint:check": "eslint --max-warnings 0 \"src/**/*.{vue,ts,tsx}\"", |
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix", |
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix", |
|
|
|
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", |
|
|
|
"build": "vite build && esno ./build/script/postBuild.ts", |
|
|
|
"build:test": "vite build --mode test && esno ./build/script/postBuild.ts", |
|
|
|
"build:test": "vite build --mode test && esno ./build/script/postBuild.ts", |
|
|
|
"build:no-cache": "pnpm delete:cache && pnpm build", |
|
|
|
"build:no-cache": "pnpm delete:cache && pnpm build", |
|
|
|
"preview": "pnpm run build && vite preview", |
|
|
|
"preview": "pnpm run build && vite preview", |
|
|
|