Skip to content

Commit

Permalink
chore(scripts): Fix grammar in comment (#22929)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorMulqueen authored Apr 9, 2020
1 parent cdbe734 commit 6c336d0
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 @@ -3,7 +3,7 @@ SRC_PATH=$1
CUSTOM_COMMAND="${2:-yarn test}"
GATSBY_PATH="${CIRCLE_WORKING_DIRECTORY:-../../}"

# cypress docker does not support sudo and do not need it but the default node executor does
# cypress docker does not support sudo and does not need it, but the default node executor does
command -v sudo && sudo npm install -g gatsby-dev-cli || npm install -g gatsby-dev-cli &&

# setting up child integration test link to gatsby packages
Expand Down

0 comments on commit 6c336d0

Please sign in to comment.