|
@@ -12,7 +12,7 @@
|
|
|
"preview": "vite preview",
|
|
|
"preview:build": "pnpm build && vite preview",
|
|
|
"typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
|
|
|
- "svgo": "svgo -f src/assets/svg",
|
|
|
+ "svgo": "svgo -f . -r",
|
|
|
"cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
|
|
|
"clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && pnpm install",
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
|