pnpm: settings tweaks.
This commit is contained in:
parent
0578c08046
commit
991e0bad81
1
.npmrc
1
.npmrc
|
@ -1,6 +1,7 @@
|
||||||
; adding this as npm 7 automatically installs peer dependencies but pnpm does not
|
; adding this as npm 7 automatically installs peer dependencies but pnpm does not
|
||||||
auto-install-peers=true
|
auto-install-peers=true
|
||||||
strict-peer-dependencies=false
|
strict-peer-dependencies=false
|
||||||
|
|
||||||
; See https://github.com/pnpm/pnpm/pull/8363 (we adding the setting now, to not miss when migrating to pnpm 9.7+)
|
; See https://github.com/pnpm/pnpm/pull/8363 (we adding the setting now, to not miss when migrating to pnpm 9.7+)
|
||||||
manage-package-manager-versions=true
|
manage-package-manager-versions=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue