Commit 85127f0
committed
Added per-theme build-script policy for the standalone subtree repos
The root `pnpm-workspace.yaml` carries the `dtrace-provider` build-script
denial, but it does not propagate to the standalone repos that CI
subtree-pushes from `packages/<theme>` (e.g. `TryGhost/Alto`). Those
repos now pin pnpm via `packageManager`, so without a policy of their
own, `pnpm install` in a standalone checkout exits non-zero with
ERR_PNPM_IGNORED_BUILDS (verified in a clean simulation).
Ship a settings-only `pnpm-workspace.yaml` inside each theme so the
standalone repos install cleanly. pnpm ignores the nested files when
installing from the monorepo root — verified that all 19 workspace
projects still resolve and the lockfile is unchanged.1 parent e463238 commit 85127f0
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments