Skip to content

Commit

Permalink
chore(npm): Try regenerating yarn.lock to fix cypress error?
Browse files Browse the repository at this point in the history
@see cypress-io/cypress#3515

Signed-off-by: Jesse Stuart <hi@jessestuart.com>
  • Loading branch information
jessestuart committed Jul 4, 2019
1 parent 6f48917 commit 1125cf8
Show file tree
Hide file tree
Showing 2 changed files with 994 additions and 1,065 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -108,14 +108,15 @@ cypress_job: &cypress_job
working_directory: ~/jesses.io
docker:
# the Docker image with Cypress dependencies
- image: cypress/base:12.1.0
- image: cypress/base:10.11.0
environment:
## this enables colors in the output
TERM: xterm
steps:
- checkout
- *restore_cache
- *load_aws_credentials
- run: yarn -s
- run:
command: GATSBY_ENV=Staging yarn gatsby develop
background: true
Expand Down

0 comments on commit 1125cf8

Please sign in to comment.