Skip to content

Commit

Permalink
chore: use install instead of copy in e2e tests (#26685)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Sep 18, 2020
1 parent 8325026 commit 694fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e-test.sh
Expand Up @@ -9,7 +9,7 @@ command -v gatsby-dev || command -v sudo && sudo npm install -g gatsby-dev-cli |
# setting up child integration test link to gatsby packages
cd "$SRC_PATH" &&
gatsby-dev --set-path-to-repo "$GATSBY_PATH" &&
gatsby-dev --scan-once && # copies _all_ files in gatsby/packages
gatsby-dev --force-install --scan-once && # install _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"

0 comments on commit 694fe16

Please sign in to comment.