Commit 57f6fa9
authored
fix(ci): install site deps in release preflight (#7)
Release preflight runs check:site, which invokes site:build (Eleventy). Root npm ci does not install site/package.json dependencies, so Eleventy was missing and preflight failed with exit 127.\n\nInstall site dependencies in preflight before check:site so release validation matches the expected environment and can proceed to npm publish.1 parent 4f96bde commit 57f6fa9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
0 commit comments