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:
parent
0a8ef64527
commit
d2c875bbde
1 changed files with 5 additions and 0 deletions
5
pnpm-workspace.yaml
Normal file
5
pnpm-workspace.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue