From 8bf601dbd36c1e0da7f785fa9ade70ab08ed8772 Mon Sep 17 00:00:00 2001
From: Joe Haddad <timer150@gmail.com>
Date: Wed, 10 May 2017 19:09:54 -0400
Subject: [PATCH] Remove extra builds now that there's a postinstall script

---
 tasks/e2e-installs.sh    | 4 ----
 tasks/e2e-kitchensink.sh | 4 ----
 tasks/e2e-simple.sh      | 1 -
 3 files changed, 9 deletions(-)

diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh
index b27b1239e..897024633 100755
--- a/tasks/e2e-installs.sh
+++ b/tasks/e2e-installs.sh
@@ -99,10 +99,6 @@ fi
 # We removed the postinstall, so do it manually
 ./node_modules/.bin/lerna bootstrap --concurrency=1
 
-cd packages/react-error-overlay/
-npm run build:prod
-cd ../..
-
 # ******************************************************************************
 # First, pack and install create-react-app.
 # ******************************************************************************
diff --git a/tasks/e2e-kitchensink.sh b/tasks/e2e-kitchensink.sh
index 9df78a89c..2c2c1eb92 100755
--- a/tasks/e2e-kitchensink.sh
+++ b/tasks/e2e-kitchensink.sh
@@ -82,10 +82,6 @@ fi
 # We removed the postinstall, so do it manually
 ./node_modules/.bin/lerna bootstrap --concurrency=1
 
-cd packages/react-error-overlay/
-npm run build:prod
-cd ../..
-
 # ******************************************************************************
 # First, pack react-scripts and create-react-app so we can use them.
 # ******************************************************************************
diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh
index de0738ce2..f73ce6bc1 100755
--- a/tasks/e2e-simple.sh
+++ b/tasks/e2e-simple.sh
@@ -106,7 +106,6 @@ fi
 cd packages/react-error-overlay/
 ./node_modules/.bin/eslint --max-warnings 0 src/
 npm test
-npm run build:prod
 cd ../..
 
 # ******************************************************************************
-- 
GitLab