diff --git a/scripts/e2e-test.sh b/scripts/e2e-test.sh index e9451c9c73284..123602e1cf385 100755 --- a/scripts/e2e-test.sh +++ b/scripts/e2e-test.sh @@ -8,9 +8,8 @@ command -v sudo && sudo npm install -g gatsby-dev-cli || npm install -g gatsby-d # setting up child integration test link to gatsby packages cd $SRC_PATH && -yarn && gatsby-dev --set-path-to-repo $GATSBY_PATH && -gatsby-dev --scan-once --copy-all --quiet && # copies _all_ files in gatsby/packages +gatsby-dev --scan-once --quiet && # copies _all_ files in gatsby/packages chmod +x ./node_modules/.bin/gatsby && # this is sometimes necessary to ensure executable sh -c "$CUSTOM_COMMAND" && echo "e2e test run succeeded"