Browse Source

👣 重构

master
wangxiang 3 years ago
parent
commit
af3a1dddb1
  1. 2
      kicc-ui/package.json

2
kicc-ui/package.json

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

Loading…
Cancel
Save