Skip to content

Commit

Permalink
fix circleci pnpm installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 17, 2024
1 parent a7194a7 commit 3c0370a
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 @@ -15,7 +15,7 @@ jobs:
- v1-dependencies-{{ checksum "pnpm-lock.yaml" }}
- v1-dependencies-

- run: curl -fsSL https://get.pnpm.io/install.sh | sh -
- run: curl -fsSL https://get.pnpm.io/install.sh | bash

- run: pnpm install

Expand Down

0 comments on commit 3c0370a

Please sign in to comment.