Skip to content

Commit 3866b65

Browse files
committed
Enable auto-install of peer dependencies in npm config
Added .npmrc with auto-install-peers set to true and updated pnpm-lock.yaml to reflect this change. This ensures peer dependencies are automatically installed, improving dependency management and reducing manual intervention.
1 parent df64a2f commit 3866b65

2 files changed

Lines changed: 47 additions & 16 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true

pnpm-lock.yaml

Lines changed: 46 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)