sollunar-pitch/pnpm-workspace.yaml
Patrick Mulligan d2c875bbde fix(pnpm): approve vue-demi build script so dev/build run
The shipped pnpm-workspace.yaml had a placeholder stub that failed
pnpm 11's ignored-builds gate, breaking `pnpm dev` and `pnpm build`.
Approve vue-demi's postinstall via allowBuilds.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-28 18:20:59 +02:00

5 lines
233 B
YAML

# Approve dependencies allowed to run install scripts (pnpm 11).
# vue-demi's postinstall selects its Vue 2/3 entrypoint; without this,
# `pnpm dev` / `pnpm build` fail the pre-run ignored-builds check.
allowBuilds:
vue-demi: true