We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90c61c commit e29a194Copy full SHA for e29a194
.circleci/config.yml
@@ -174,7 +174,7 @@ commands:
174
- <<: *attach_to_bootstrap
175
- run:
176
name: Install gatsby-dev
177
- command: yarn global add gatsby-dev-cli
+ command: yarn global add gatsby-dev-cli@latest-v3
178
179
name: Run tests (using defaults)
180
command: ./scripts/e2e-test.sh "<< parameters.test_path >>" "<< parameters.test_command >>"
0 commit comments