-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
26 lines (18 loc) · 845 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
26 lines (18 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# pnpm settings. Moved here from .npmrc: pnpm 10+ reads only auth/registry
# settings from .npmrc — every other setting must live in this file.
# Automatically install missing peer dependencies when possible.
autoInstallPeers: true
# Require packages to be at least 4320 minutes (3 days) old before install.
minimumReleaseAge: 4320
# Enforce package manager checks for project consistency.
packageManagerStrict: true
# Do not require an exact package manager version match.
packageManagerStrictVersion: false
# Prefer using the lockfile as-is for deterministic installs.
preferFrozenLockfile: true
# Verify package integrity in the store before linking.
verifyStoreIntegrity: true
# Do not fail installs on peer dependency conflicts.
strictPeerDependencies: false
# Use pnpm's isolated node_modules linker layout.
nodeLinker: isolated