Skip to content

Commit

Permalink
Trying to fix CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdholtz committed Dec 28, 2021
1 parent e29289a commit 2d8685e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ commands:
- run:
command: >-
yarn --cwd examples/purchaseTester && yarn install --non-interactive --cache-folder /tmp/yarn
name: Yarn Install
name: Yarn Install (examples/purchaseTester)
- run:
command: >-
yarn --cwd examples/purchaseTesterTypescript && yarn install --non-interactive --cache-folder /tmp/yarn
name: Yarn Install (examples/purchaseTesterTypescript)
# - save_cache:
# key: >
# yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json"
Expand Down

0 comments on commit 2d8685e

Please sign in to comment.