Skip to content

Commit

Permalink
chore: circleCI config update
Browse files Browse the repository at this point in the history
  • Loading branch information
BogiKay committed Dec 16, 2024
1 parent 03bcb3b commit 6fd04d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
command: |
sudo corepack enable
yarn set version berry
yarn --cwd example --frozen-lockfile
yarn --cwd docs --frozen-lockfile
yarn --frozen-lockfile
yarn --cwd example --immutable
yarn --cwd docs --immutable
yarn --immutable
- save_cache:
key: dependencies-{{ checksum "package.json" }}
paths:
Expand Down

0 comments on commit 6fd04d9

Please sign in to comment.