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 94bb633
Show file tree
Hide file tree
Showing 2 changed files with 995 additions and 1,066 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Expand Up @@ -57,7 +57,7 @@ restore_cache: &restore_cache
restore_public_dir_cache: &restore_public_dir_cache
restore_cache:
paths:
- v2-public/
- public/
keys:
- v2-public-dir-{{ .Branch }}-{{ .Revision }}
- v2-public-dir-{{ .Branch }}
Expand Down 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:centos7-12.4.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 94bb633

Please sign in to comment.