Skip to content

Commit

Permalink
Revert "debug: verbose gatsby-dev-cli"
Browse files Browse the repository at this point in the history
This reverts commit 26779f1.
  • Loading branch information
pieh committed Jun 19, 2020
1 parent 508a97c commit 388f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e-test.sh
Original file line number Diff line number Diff line change
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 --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"

0 comments on commit 388f7fa

Please sign in to comment.