9 lines
328 B
YAML
9 lines
328 B
YAML
packages:
|
|
- packages/*
|
|
|
|
# pnpm 11 enables a ~17h minimumReleaseAge supply-chain gate by default, which
|
|
# blocks `pnpm test`/`pnpm build` whenever vitest (or any dep) was published
|
|
# inside the cutoff. This project trusts its committed lockfile, so disable the
|
|
# freshness gate here rather than in .npmrc.
|
|
minimumReleaseAge: 0
|