Skip to content

Commit

Permalink
Fix pnpm in Circle CI (mui#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Feb 3, 2025
1 parent 8c3810c commit ceaacde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ commands:
default: false
description: 'Set to true if you intend to use any browser (for example with playwright).'
steps:
- run:
name: Set npm registry public signing keys
command: |
echo "export COREPACK_INTEGRITY_KEYS='$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')'" >> $BASH_ENV
- when:
condition: << parameters.browsers >>
steps:
Expand Down
10 changes: 4 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceaacde

Please sign in to comment.