From 1098a4a177521f06febb1fcf7da94791febb19ba Mon Sep 17 00:00:00 2001
From: Joe Haddad <timer150@gmail.com>
Date: Thu, 11 Jan 2018 02:21:25 -0500
Subject: [PATCH] Oops

---
 tasks/e2e-kitchensink.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/e2e-kitchensink.sh b/tasks/e2e-kitchensink.sh
index 20c6dbb05..d12a3d645 100755
--- a/tasks/e2e-kitchensink.sh
+++ b/tasks/e2e-kitchensink.sh
@@ -155,7 +155,7 @@ E2E_FILE=./build/index.html \
 # ******************************************************************************
 
 # Eject...
-echo yes | yarn eject
+echo yes | npm run eject
 
 # Link to test module
 npm link "$temp_module_path/node_modules/test-integrity"
-- 
GitLab