Commit bd46a1c
authored
Removed @vitest/utils patch that broke the production build (TryGhost#28011)
no ref
TryGhost#28009 shipped a `pnpm patch` of `@vitest/utils`. The production Docker
build runs `pnpm install --prod`, which fails with `ENOENT: no such file
or directory, open '/patches/@vitest__utils@4.1.5.patch'` — the
`patches/` directory isn't part of the Docker build context, so
`package.json`'s `patchedDependencies` reference points at a file that
isn't there.1 parent afd8b4e commit bd46a1c
3 files changed
Lines changed: 9 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 147 | + | |
151 | 148 | | |
152 | 149 | | |
153 | 150 | | |
| |||
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments