更新开发环境和生产环境执行命令

This commit is contained in:
weipengfei 2023-09-02 17:33:01 +08:00
parent 65e8cf1375
commit 03979613f3

View File

@ -4,8 +4,10 @@
"license": "MIT",
"scripts": {
"dev": "vite",
"prod": "vite --mode production",
"preview": "vite preview --port 4173",
"build": "vite build && node scripts/release.mjs",
"build:prod": "vite build --mode production && node scripts/release.mjs",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},