forked from withastro/starlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
27 lines (22 loc) · 841 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
27 lines (22 loc) · 841 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
27
packages:
- 'packages/**/*'
- 'examples/**/*'
- 'docs'
# https://github.com/withastro/starlight/issues/3875
allowBuilds:
esbuild: false # https://github.com/evanw/esbuild/issues/4085#issuecomment-2696009329
sharp: false # https://sharp.pixelplumbing.com/install/: "When using pnpm, add sharp to ignoredBuiltDependencies to silence warnings."
# Link up monorepo packages instead of downloading them from npm
preferWorkspacePackages: true
linkWorkspacePackages: true
# Run scripts in a bash-like emulation for better cross-platform support
shellEmulator: true
# Avoid installing unnecessary peer dependencies
autoInstallPeers: false
peerDependencyRules:
ignoreMissing:
- '@algolia/client-search'
- 'playwright'
- 'search-insights'
# Prevent installing packages published in the last 3 days
minimumReleaseAge: 4320