File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 73
73
npm cache clean || npm cache verify
74
74
fi
75
75
76
- # Install packages
76
+ # Bootstrap monorepo
77
77
yarn
78
78
79
- cd packages/react-error-overlay/
80
- yarn run build:prod
81
- cd ../..
82
-
83
79
# ******************************************************************************
84
80
# First, publish the monorepo.
85
81
# ******************************************************************************
Original file line number Diff line number Diff line change 65
65
npm cache clean || npm cache verify
66
66
fi
67
67
68
- # Install packages
68
+ # Bootstrap monorepo
69
69
yarn
70
70
71
- cd packages/react-error-overlay/
72
- yarn build:prod
73
- cd ../..
74
-
75
71
# ******************************************************************************
76
72
# First, publish the monorepo.
77
73
# ******************************************************************************
Original file line number Diff line number Diff line change 77
77
npm cache clean || npm cache verify
78
78
fi
79
79
80
- # Install packages
80
+ # Bootstrap monorepo
81
81
yarn
82
82
83
83
# Start local registry
102
102
cd packages/react-error-overlay/
103
103
./node_modules/.bin/eslint --max-warnings 0 src/
104
104
yarn test
105
- yarn build:prod
106
105
cd ../..
107
106
cd packages/react-dev-utils/
108
107
yarn test
You can’t perform that action at this time.
0 commit comments