When building for static serve, use development env
This commit is contained in:
parent
d3c1ee2214
commit
0a5959c05e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"listeners": "echo 'fs.inotify.max_user_watches=524288' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p",
|
"listeners": "echo 'fs.inotify.max_user_watches=524288' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p",
|
||||||
"serve": "vue-cli-service serve --copy",
|
"serve": "vue-cli-service serve --copy",
|
||||||
"server": "npm run serve",
|
"server": "npm run serve",
|
||||||
"build": "vue-cli-service build --modern",
|
"build": "vue-cli-service build --modern --mode development",
|
||||||
"lint": "vue-cli-service lint",
|
"lint": "vue-cli-service lint",
|
||||||
"deploy": "./deploy.sh"
|
"deploy": "./deploy.sh"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue