Make deploy use the production mode when building
This commit is contained in:
parent
0a5959c05e
commit
c06f051fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# build
|
# build
|
||||||
npm run build
|
vue-cli-service build --modern
|
||||||
|
|
||||||
# navigate into the build output directory
|
# navigate into the build output directory
|
||||||
cd dist
|
cd dist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue