Skip to content

Commit e3fc602

Browse files
piehsidharthachatterjee
authored andcommitted
fix(e2e-tests): run gatsby-dev without --copy-all (#13230)
1 parent dc1b7fe commit e3fc602

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/e2e-test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ command -v sudo && sudo npm install -g gatsby-dev-cli || npm install -g gatsby-d
88

99
# setting up child integration test link to gatsby packages
1010
cd $SRC_PATH &&
11-
yarn &&
1211
gatsby-dev --set-path-to-repo $GATSBY_PATH &&
13-
gatsby-dev --scan-once --copy-all --quiet && # copies _all_ files in gatsby/packages
12+
gatsby-dev --scan-once --quiet && # copies _all_ files in gatsby/packages
1413
chmod +x ./node_modules/.bin/gatsby && # this is sometimes necessary to ensure executable
1514
sh -c "$CUSTOM_COMMAND" &&
1615
echo "e2e test run succeeded"

0 commit comments

Comments
 (0)