Browse Source

fix: config

master
wangxiang 2 years ago
parent
commit
fa8cd24f58
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      package.json

2
package.json

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
"dev": "vite",
"lint:check": "eslint --max-warnings 0 \"src/**/*.{vue,ts,tsx}\"",
"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:no-cache": "pnpm delete:cache && pnpm build",
"preview": "pnpm run build && vite preview",

Loading…
Cancel
Save