Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 7d6e77c

Browse files
committed
Travis build/e2e-kitchensink: Outstanding behavior fixes...
1 parent 66e5feb commit 7d6e77c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/e2e-kitchensink.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@ E2E_FILE=./build/index.html \
160160
# ******************************************************************************
161161

162162
# Eject...
163-
echo yes | npm run eject
163+
echo yes | yarn eject
164+
165+
# Ensure all packages are installed properly.
166+
yarn
164167

165168
# Link to test module
166169
npm link "$temp_module_path/node_modules/test-integrity"

0 commit comments

Comments
 (0)