Commit 8f3576f
Mark @fedify/fixture as external in test build configs
During `pnpm pack --recursive`, tsdown tried to bundle @fedify/fixture
in the test build configs of several packages. Since @fedify/fixture is
a private workspace package, its dist/ may not exist when parallel
prepack builds run, causing UNLOADABLE_DEPENDENCY errors.
Add "@fedify/fixture" to the external array in the test build config of:
- @fedify/webfinger
- @fedify/vocab
- @fedify/fedify
- @fedify/vocab-runtime
This aligns them with @fedify/testing, which already correctly
externalizes @fedify/fixture.
Co-authored-by: Amp (https://ampcode.com)
Amp-Thread-ID: https://ampcode.com/threads/T-019d00c0-4bd0-70fe-b81f-82e3738959e9
Co-authored-by: Amp <amp@ampcode.com>1 parent 8014e61 commit 8f3576f
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- packages
- fedify
- vocab-runtime
- vocab
- webfinger
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
0 commit comments