线上打包命令

This commit is contained in:
chenbo 2023-11-21 18:50:33 +08:00
parent 21e284f706
commit d33c5d0555
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"dev": "vite",
"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"
},