Skip to content

Commit 6fd04d9

Browse files
committed
chore: circleCI config update
1 parent 03bcb3b commit 6fd04d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
command: |
3232
sudo corepack enable
3333
yarn set version berry
34-
yarn --cwd example --frozen-lockfile
35-
yarn --cwd docs --frozen-lockfile
36-
yarn --frozen-lockfile
34+
yarn --cwd example --immutable
35+
yarn --cwd docs --immutable
36+
yarn --immutable
3737
- save_cache:
3838
key: dependencies-{{ checksum "package.json" }}
3939
paths:

0 commit comments

Comments
 (0)