We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432c9e2 commit c45ae16Copy full SHA for c45ae16
scripts/e2e-test.sh
@@ -9,7 +9,7 @@ command -v gatsby-dev || command -v sudo && sudo npm install -g gatsby-dev-cli |
9
# setting up child integration test link to gatsby packages
10
cd "$SRC_PATH" &&
11
gatsby-dev --set-path-to-repo "$GATSBY_PATH" &&
12
-gatsby-dev --scan-once --quiet && # copies _all_ files in gatsby/packages
+gatsby-dev --scan-once && # copies _all_ files in gatsby/packages
13
chmod +x ./node_modules/.bin/gatsby && # this is sometimes necessary to ensure executable
14
sh -c "$CUSTOM_COMMAND" &&
15
echo "e2e test run succeeded"
0 commit comments