From c06f051fe3696ba1f1c8480908e4b2780f2302f1 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 15 Aug 2020 15:42:40 -0600 Subject: [PATCH] Make deploy use the production mode when building --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 7880b21..464f64f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ set -e # build -npm run build +vue-cli-service build --modern # navigate into the build output directory cd dist