diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh
index b27b1239eda6643d5c1bd2d912c109848d0065b0..89702463304f241018e14170666d9f8d6313af1a 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 9df78a89c4eb2dcb057dfc029b771ea84bb73c81..2c2c1eb92c5a37171913a6c4be847723a74b8443 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 de0738ce20d8be3beec24fcc2fe5e476d94b79a6..f73ce6bc16400fff6b18d9a6e0d6d4efdc6355d3 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 ../..
 
 # ******************************************************************************