Skip to content

Commit ce0c223

Browse files
committed
swallow bad eject
1 parent 2758cab commit ce0c223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-simple.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ verify_module_scope
329329
# ******************************************************************************
330330

331331
# Eject...
332-
echo yes | npm run eject
332+
echo yes | npm run eject || echo
333333

334334
# ...but still link to the local packages
335335
install_package "$root_path"/packages/babel-preset-react-app

0 commit comments

Comments
 (0)