Skip to content

Commit

Permalink
chore(npm): 🧹 update .npmrc with auto-install-peers flag
Browse files Browse the repository at this point in the history
- Enable auto-install-peers flag in .npmrc
- This flag automatically installs peer dependencies when installing a package
- This helps ensure that all required dependencies are installed correctly
  • Loading branch information
navin-moorthy committed Jul 3, 2023
1 parent 4554cbd commit 3e70aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
strict-peer-dependencies=false
enable-pre-post-scripts=true
auto-install-peers=true

0 comments on commit 3e70aa2

Please sign in to comment.