From ab526d19761419617ca0e7d80b37a6928a630d19 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 8 Aug 2018 17:15:57 +0800 Subject: [PATCH] update --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e18b224d..7520a99d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ set -e # build -npm run build:prod +npm run build:prod --generate_report # navigate into the build output directory cd dist