Skip to content

Commit

Permalink
Set pnpm config flag on project
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Dec 24, 2024
1 parent 52ffe7b commit e14cbc3
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 @@ -88,7 +88,7 @@ commands:
steps:
- run:
name: Change pnpm setting to not install peer dependencies
command: pnpm config set auto-install-peers false
command: pnpm config set auto-install-peers false --location project

- run:
name: View install environment
Expand Down

0 comments on commit e14cbc3

Please sign in to comment.