Skip to content

Commit 6c7cdeb

Browse files
committed
remove eject error swallow
1 parent ce0c223 commit 6c7cdeb

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 || echo
332+
echo yes | npm run eject
333333

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

0 commit comments

Comments
 (0)