Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 9013e45

Browse files
authored
chore(pnpm): add npmrc config file (#1045)
This helps keeping the settings for pnpm v7 and lockfile version v6 in line while also using dependabot for updates. Otherwise it would overwrite the 'autoInstallPeers' setting, as dependabot may use a different pnpm version. This specific setting is obsolete as soon as we update to pnpm v8.
1 parent b184bee commit 9013e45

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TODO: delete this when updating to pnpm v8
2+
auto-install-peers=false
3+

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)