Skip to content

Commit

Permalink
use yarn for dev-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Jun 29, 2020
1 parent 57d8216 commit 07b5114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e-test.sh
Expand Up @@ -4,7 +4,7 @@ CUSTOM_COMMAND="${2:-yarn test}"
GATSBY_PATH="${CIRCLE_WORKING_DIRECTORY:-../../}"

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

# setting up child integration test link to gatsby packages
cd "$SRC_PATH" &&
Expand Down

0 comments on commit 07b5114

Please sign in to comment.