线上打包命令
This commit is contained in:
parent
21e284f706
commit
d33c5d0555
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue