Skip to content

Commit

Permalink
Travis build/e2e-kitchensink: Outstanding behavior fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed May 15, 2018
1 parent 66e5feb commit 7d6e77c
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 7d6e77c

Please sign in to comment.