woocommerce/.npmrc

13 lines
460 B
Text

; adding this as npm 7 automatically installs peer dependencies but pnpm does not
auto-install-peers=true
strict-peer-dependencies=false
; quality of live tweaks for engineering teams
manage-package-manager-versions=true
update-notifier=false
; pnpm installation speed tweaks
; https://pnpm.io/npmrc#modules-cache-max-age, 20160 is for two weeks in minutes
modules-cache-max-age=20160
; https://pnpm.io/npmrc#child-concurrency, default 5
child-concurrency=8