Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary rebuilds
  • Loading branch information
Timer committed Jan 11, 2018
commit a6593ea540557ed5c30ae38b9d1417004909603d
6 changes: 1 addition & 5 deletions tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,9 @@ then
npm cache clean || npm cache verify
fi

# Install packages
# Bootstrap monorepo
yarn

cd packages/react-error-overlay/
yarn run build:prod
cd ../..

# ******************************************************************************
# First, publish the monorepo.
# ******************************************************************************
Expand Down
6 changes: 1 addition & 5 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,9 @@ then
npm cache clean || npm cache verify
fi

# Install packages
# Bootstrap monorepo
yarn

cd packages/react-error-overlay/
yarn build:prod
cd ../..

# ******************************************************************************
# First, publish the monorepo.
# ******************************************************************************
Expand Down
3 changes: 1 addition & 2 deletions tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ then
npm cache clean || npm cache verify
fi

# Install packages
# Bootstrap monorepo
yarn

# Start local registry
Expand All @@ -102,7 +102,6 @@ npx [email protected] -u user -p password -e [email protected] -r http://local
cd packages/react-error-overlay/
./node_modules/.bin/eslint --max-warnings 0 src/
yarn test
yarn build:prod
cd ../..
cd packages/react-dev-utils/
yarn test
Expand Down