Skip to content

Commit 72d6fb9

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 72d6fb9

File tree

3 files changed

+2755
-2336
lines changed

3 files changed

+2755
-2336
lines changed

.circleci/config.yml

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

12-
- run: yarn install
13-
- run: yarn test
12+
- run:
13+
name: Install pnpm package manager
14+
command: |
15+
npm install --global corepack@latest
16+
corepack enable
17+
corepack prepare pnpm@latest-10 --activate
18+
- run:
19+
name: Install Dependencies
20+
command: pnpm install
21+
- run: pnpm test

0 commit comments

Comments
 (0)