From 7d6e77c169395bda3227f4d71ddc7f016cfb2631 Mon Sep 17 00:00:00 2001 From: DorianGrey Date: Wed, 2 May 2018 10:49:18 +0200 Subject: [PATCH] Travis build/e2e-kitchensink: Outstanding behavior fixes... --- tasks/e2e-kitchensink.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/e2e-kitchensink.sh b/tasks/e2e-kitchensink.sh index 1aa55a90756..9a3f895a595 100755 --- a/tasks/e2e-kitchensink.sh +++ b/tasks/e2e-kitchensink.sh @@ -160,7 +160,10 @@ E2E_FILE=./build/index.html \ # ****************************************************************************** # Eject... -echo yes | npm run eject +echo yes | yarn eject + +# Ensure all packages are installed properly. +yarn # Link to test module npm link "$temp_module_path/node_modules/test-integrity"