File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,11 @@ E2E_FILE=./build/index.html \
247
247
# Eject...
248
248
echo yes | npm run eject
249
249
250
+ if hash yarnpkg 2> /dev/null
251
+ then
252
+ yarn install --check-files
253
+ fi
254
+
250
255
# ...but still link to the local packages
251
256
install_package " $root_path " /packages/babel-preset-react-app
252
257
install_package " $root_path " /packages/eslint-config-react-app
Original file line number Diff line number Diff line change @@ -331,6 +331,11 @@ verify_module_scope
331
331
# Eject...
332
332
echo yes | npm run eject
333
333
334
+ if hash yarnpkg 2> /dev/null
335
+ then
336
+ yarn install --check-files
337
+ fi
338
+
334
339
# ...but still link to the local packages
335
340
install_package " $root_path " /packages/babel-preset-react-app
336
341
install_package " $root_path " /packages/eslint-config-react-app
You can’t perform that action at this time.
0 commit comments