Skip to content

Commit

Permalink
ci: set corepack install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cbt1 committed Oct 15, 2024
1 parent df0e017 commit efb33ec
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 @@ -20,7 +20,7 @@ jobs:
- run:
name: Enable pnpm
command: |
corepack enable pnpm
corepack enable pnpm --install-directory ~/bin
pnpm config set store-dir .pnpm-store
- run:
name: Install dependencies
Expand Down

0 comments on commit efb33ec

Please sign in to comment.