更改打包配置

This commit is contained in:
BianLzhaoMin 2024-10-14 17:00:05 +08:00
parent d4d07096bf
commit 3643dbddf2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"