Files
LUNA-Charts/pnpm-workspace.yaml
T
Ninosaurier 88991e353e
CI / lint-and-format (push) Successful in 37s
CI / changeset-check (push) Successful in 27s
CI / unit-tests (push) Successful in 42s
CI / component-tests (push) Successful in 32s
CI / lint-and-format (pull_request) Successful in 35s
CI / changeset-check (pull_request) Successful in 25s
CI / unit-tests (pull_request) Successful in 37s
CI / component-tests (pull_request) Successful in 34s
fix(docs): resolve missing native Astro compiler bindings in root execution
pnpm v11 aggressively purges nested optional platform-specific dependencies during hoisted workspace resolution if the host detection mismatches local metadata. Moving these packages to root devDependencies bypasses pnpm's optional filtering logic, forcing a deterministic physical download of the required Rust compiler binary without cluttering the published library's package.json.

Fixes: #23
2026-08-15 21:33:53 +02:00

17 lines
218 B
YAML

packages:
- "packages/*"
- "docs/"
allowBuilds:
esbuild: true
sharp: true
onlyBuiltDependencies:
- playwright
supportedArchitectures:
os: [current, linux]
cpu: [current, x64]
libc: [current, glibc]