Commit 36069fd
fix(server): Use tsconfig.json for serverTestHelpers rollup build (#138)
* 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>
* fix: Remove corrupted nested @atxp packages from package-lock.json
The package-lock.json had nested node_modules entries that pointed to npm
registry versions instead of using local workspace packages:
- packages/atxp-base/node_modules/@atxp/client
- packages/atxp-base/node_modules/@atxp/common
- packages/atxp-client/node_modules/@atxp/common
- packages/atxp-express/node_modules/@atxp/common
This caused CI typecheck to fail because it was using @atxp/common@0.10.4
which doesn't have the createSpendPermission method.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent bbb08e4 commit 36069fd
2 files changed
Lines changed: 4 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| 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