Commit 923451a
fix(server): Use tsconfig.json for serverTestHelpers rollup build
The serverTestHelpers rollup config was using `tsconfig: false` with inline
compiler options, which bypassed TypeScript project references. During npm
workspace publishing, this caused the build to fail to resolve the updated
`@atxp/common` types (specifically the new `createSpendPermission` method
on the Account type).
By using the proper tsconfig.json, the build correctly follows project
references and resolves workspace dependencies.
Fixes publish failure: https://github.com/atxp-dev/sdk/actions/runs/21013783817
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 863cfbe commit 923451a
1 file changed
Lines changed: 3 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
51 | 41 | | |
52 | 42 | | |
53 | 43 | | |
| |||
0 commit comments