mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-10 17:04:07 -04:00
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
; This is false to avoid issues in GitHub actions
|
|
git-checks = false
|
|
|
|
hoist-pattern[] = jest-runner
|
|
link-workspace-packages = true
|
|
shared-workspace-lockfile = true
|
|
use-beta-cli = true
|
|
publish-branch = main
|
|
pnpmfile = .pnpmfile.cjs
|
|
|
|
; Temporarily commenting out.
|
|
; peer dependencies should be resolved from dependencies of the root workspace package
|
|
; strict-peer-dependencies = true
|