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

Travis build/e2e-kitchensink: Outstanding behavior fixes... #317

Merged
merged 1 commit into from
May 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down