File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 7373 npm cache clean || npm cache verify
7474fi
7575
76- # Install packages
76+ # Bootstrap monorepo
7777yarn
7878
79- cd packages/react-error-overlay/
80- yarn run build:prod
81- cd ../..
82-
8379# ******************************************************************************
8480# First, publish the monorepo.
8581# ******************************************************************************
Original file line number Diff line number Diff line change 6565 npm cache clean || npm cache verify
6666fi
6767
68- # Install packages
68+ # Bootstrap monorepo
6969yarn
7070
71- cd packages/react-error-overlay/
72- yarn build:prod
73- cd ../..
74-
7571# ******************************************************************************
7672# First, publish the monorepo.
7773# ******************************************************************************
Original file line number Diff line number Diff line change 7777 npm cache clean || npm cache verify
7878fi
7979
80- # Install packages
80+ # Bootstrap monorepo
8181yarn
8282
8383# Start local registry
102102cd packages/react-error-overlay/
103103./node_modules/.bin/eslint --max-warnings 0 src/
104104yarn test
105- yarn build:prod
106105cd ../..
107106cd packages/react-dev-utils/
108107yarn test
You can’t perform that action at this time.
0 commit comments