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

Commit

Permalink
Remove extra builds now that there's a postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed May 10, 2017
1 parent d32d2f3 commit 8bf601d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
# ******************************************************************************
Expand Down
4 changes: 0 additions & 4 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
# ******************************************************************************
Expand Down
1 change: 0 additions & 1 deletion tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../..

# ******************************************************************************
Expand Down

0 comments on commit 8bf601d

Please sign in to comment.