Skip to content

Commit eafc71c

Browse files
committed
Switch from yarn to pnpm
We've started using pnpm throughout all Happo repos, and we find that it's easier to use and faster.
1 parent e397034 commit eafc71c

File tree

3 files changed

+2748
-2336
lines changed

3 files changed

+2748
-2336
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
- checkout:
1010
method: blobless
1111

12-
- run: yarn install
13-
- run: yarn test
12+
- run: npm install -g pnpm
13+
- run: pnpm install
14+
- run: pnpm test

0 commit comments

Comments
 (0)