Skip to content

Commit c45ae16

Browse files
authored
verbose gatsby-dev
1 parent 432c9e2 commit c45ae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ command -v gatsby-dev || command -v sudo && sudo npm install -g gatsby-dev-cli |
99
# setting up child integration test link to gatsby packages
1010
cd "$SRC_PATH" &&
1111
gatsby-dev --set-path-to-repo "$GATSBY_PATH" &&
12-
gatsby-dev --scan-once --quiet && # copies _all_ files in gatsby/packages
12+
gatsby-dev --scan-once && # copies _all_ files in gatsby/packages
1313
chmod +x ./node_modules/.bin/gatsby && # this is sometimes necessary to ensure executable
1414
sh -c "$CUSTOM_COMMAND" &&
1515
echo "e2e test run succeeded"

0 commit comments

Comments
 (0)