-
-
Notifications
You must be signed in to change notification settings - Fork 990
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
35 lines (30 loc) · 1009 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
35 lines (30 loc) · 1009 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
28
29
30
31
32
33
34
35
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
minimumReleaseAgeExclude:
- astro
- satteri
- '@bruits/*'
- 'astro-expressive-code'
- 'rehype-expressive-code'
- 'expressive-code'
- '@expressive-code/*'