Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 8bf601d

Browse files
committed
Remove extra builds now that there's a postinstall script
1 parent d32d2f3 commit 8bf601d

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

tasks/e2e-installs.sh

-4
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ fi
9999
# We removed the postinstall, so do it manually
100100
./node_modules/.bin/lerna bootstrap --concurrency=1
101101

102-
cd packages/react-error-overlay/
103-
npm run build:prod
104-
cd ../..
105-
106102
# ******************************************************************************
107103
# First, pack and install create-react-app.
108104
# ******************************************************************************

tasks/e2e-kitchensink.sh

-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ fi
8282
# We removed the postinstall, so do it manually
8383
./node_modules/.bin/lerna bootstrap --concurrency=1
8484

85-
cd packages/react-error-overlay/
86-
npm run build:prod
87-
cd ../..
88-
8985
# ******************************************************************************
9086
# First, pack react-scripts and create-react-app so we can use them.
9187
# ******************************************************************************

tasks/e2e-simple.sh

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ fi
106106
cd packages/react-error-overlay/
107107
./node_modules/.bin/eslint --max-warnings 0 src/
108108
npm test
109-
npm run build:prod
110109
cd ../..
111110

112111
# ******************************************************************************

0 commit comments

Comments
 (0)