Former-commit-id: 06a551a662f811725756d9349b17280bffe046ec
This commit is contained in:
haoxr
2023-03-12 22:21:00 +08:00
parent ba399ff4e2
commit 653216afc6

View File

@@ -3,7 +3,7 @@
"version": "2.0.0",
"scripts": {
"dev": "vite serve --mode development",
"build:prod": "vue-tsc --noEmit && vite build --mode production",
"build:prod": "vite build --mode production &&vue-tsc --noEmit",
"serve": "vite preview",
"lint": "eslint src/**/*.{ts,js,vue} --fix",
"prepare": "husky install",