mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-08-18 01:58:54 +08:00
13 lines
460 B
Text
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
|