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