Skip to content

Commit

Permalink
Revert --immutable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere committed Mar 13, 2023
1 parent cbe8185 commit 4fbb304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- yarn-packages-v2-{{ checksum "yarn.lock" }}
- run:
name: Install dependencies
command: yarn install --imutable
command: yarn install && git diff --exit-code
- save_cache:
name: Save Yarn Package Cache
key: yarn-packages-v2-{{ checksum "yarn.lock" }}
Expand Down

0 comments on commit 4fbb304

Please sign in to comment.