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>
This commit is contained in:
Patrick Mulligan 2026-07-28 18:20:59 +02:00
commit d2c875bbde

5
pnpm-workspace.yaml Normal file
View file

@ -0,0 +1,5 @@
# 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