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