Skip to content

Commit a6593ea

Browse files
committed
Remove unnecessary rebuilds
1 parent 87eb723 commit a6593ea

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

tasks/e2e-installs.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,9 @@ then
7373
npm cache clean || npm cache verify
7474
fi
7575

76-
# Install packages
76+
# Bootstrap monorepo
7777
yarn
7878

79-
cd packages/react-error-overlay/
80-
yarn run build:prod
81-
cd ../..
82-
8379
# ******************************************************************************
8480
# First, publish the monorepo.
8581
# ******************************************************************************

tasks/e2e-kitchensink.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,9 @@ then
6565
npm cache clean || npm cache verify
6666
fi
6767

68-
# Install packages
68+
# Bootstrap monorepo
6969
yarn
7070

71-
cd packages/react-error-overlay/
72-
yarn build:prod
73-
cd ../..
74-
7571
# ******************************************************************************
7672
# First, publish the monorepo.
7773
# ******************************************************************************

tasks/e2e-simple.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ then
7777
npm cache clean || npm cache verify
7878
fi
7979

80-
# Install packages
80+
# Bootstrap monorepo
8181
yarn
8282

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

0 commit comments

Comments
 (0)