From f8fcb8d6003e3b6d03e122e97bf292a6c1c9b72c Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 16 Nov 2019 16:12:18 +0400 Subject: [PATCH] Update build script --- scripts/build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 622e739dd..cfac1e1a8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,13 +1,5 @@ #!/usr/bin/env bash -ENV_FILE=.env - -## Make sure that the configuration file exists before continuing -if [ ! -f "$ENV_FILE" ]; then - echo "$ENV_FILE does not exist" - exit 1 -fi - NODE_ENV=prod next build next export echo 'roadmap.sh' > out/CNAME