Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix e2e tests
  • Loading branch information
jamesknelson committed Dec 16, 2018
commit ed78680f1c978d7f72535e857259a7fb38f15682
4 changes: 2 additions & 2 deletions tasks/local-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ ${git_branch} != ${current_git_branch} ]; then
fi

read -r -d '' command <<- CMD
touch ~/.npmrc
echo "prefix=~/.npm" > ~/.npmrc
mkdir ~/.npm
export PATH=\$PATH:~/.npm/bin
set -x
Expand All @@ -104,8 +104,8 @@ CMD

docker run \
--env CI=true \
--env NPM_CONFIG_QUIET=true \
--env NPM_CONFIG_PREFIX=/home/node/.npm \
--env NPM_CONFIG_QUIET=true \
--tty \
--user node \
--volume ${PWD}/..:/var/create-react-app \
Expand Down