This repository was archived by the owner on Feb 17, 2021. It is now read-only.
File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 99
99
# We removed the postinstall, so do it manually
100
100
./node_modules/.bin/lerna bootstrap --concurrency=1
101
101
102
- cd packages/react-error-overlay/
103
- npm run build:prod
104
- cd ../..
105
-
106
102
# ******************************************************************************
107
103
# First, pack and install create-react-app.
108
104
# ******************************************************************************
Original file line number Diff line number Diff line change 82
82
# We removed the postinstall, so do it manually
83
83
./node_modules/.bin/lerna bootstrap --concurrency=1
84
84
85
- cd packages/react-error-overlay/
86
- npm run build:prod
87
- cd ../..
88
-
89
85
# ******************************************************************************
90
86
# First, pack react-scripts and create-react-app so we can use them.
91
87
# ******************************************************************************
Original file line number Diff line number Diff line change 106
106
cd packages/react-error-overlay/
107
107
./node_modules/.bin/eslint --max-warnings 0 src/
108
108
npm test
109
- npm run build:prod
110
109
cd ../..
111
110
112
111
# ******************************************************************************
You can’t perform that action at this time.
0 commit comments