File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,9 @@ E2E_FILE=./build/index.html \
247
247
# Eject...
248
248
echo yes | npm run eject
249
249
250
+ # Ensure Yarn is ran after eject; at the time of this commit, we don't run Yarn
251
+ # after ejecting. Soon, we may only skip Yarn on Windows. Let's try to remove
252
+ # this in the near future.
250
253
if hash yarnpkg 2> /dev/null
251
254
then
252
255
yarn install --check-files
Original file line number Diff line number Diff line change @@ -331,9 +331,12 @@ verify_module_scope
331
331
# Eject...
332
332
echo yes | npm run eject
333
333
334
+ # Ensure Yarn is ran after eject; at the time of this commit, we don't run Yarn
335
+ # after ejecting. Soon, we may only skip Yarn on Windows. Let's try to remove
336
+ # this in the near future.
334
337
if hash yarnpkg 2> /dev/null
335
338
then
336
- yarn install --check-files
339
+ yarnpkg install --check-files
337
340
fi
338
341
339
342
# ...but still link to the local packages
You can’t perform that action at this time.
0 commit comments