Skip to content

Commit

Permalink
build(ci): more
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jul 8, 2022
1 parent 7fb051e commit 67122ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ commands:
- yarn-packages-{{ checksum "yarn.lock" }}
- run:
name: Install Dependencies
command: yarn install --frozen-lockfile
- run:
name: Enable NodeJS Corepack
command: corepack enable
- run:
name: Install Yarn with corepack
command: yarn set version stable
command: yarn install --immutable
- save_cache:
name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "yarn.lock" }}
Expand Down

0 comments on commit 67122ad

Please sign in to comment.