Skip to content

Commit

Permalink
install pnpm first
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jul 17, 2024
1 parent 6f5f6db commit 73ec511
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ commands:
description: 'Set to true if you intend to any browser (for example with playwright).'

steps:
- run:
name: Resolve React version
command: |
pnpm use-react-version
# log a patch for maintainers who want to check out this change
git --no-pager diff HEAD
- when:
condition: << parameters.browsers >>
steps:
Expand Down Expand Up @@ -106,6 +99,14 @@ commands:
command: |
node --version
pnpm --version
- run:
name: Resolve React version
command: |
pnpm use-react-version
# log a patch for maintainers who want to check out this change
git --no-pager diff HEAD
- run:
name: Install js dependencies
command: pnpm install
Expand Down

0 comments on commit 73ec511

Please sign in to comment.