Commit 41b6344
fix(ci): publish-astro must build @run402/sdk before tsc -p astro
astro now imports types from @run402/sdk (the new ./release-slice helper)
so a fresh npm ci leaves sdk/dist missing, and the type-check step fails
finding "@run402/sdk" / "@run402/sdk/node" module types. Adds a build:core
+ build:sdk step between npm ci and the type-check so the dist tree
referenced by @run402/sdk's `types` entry exists when tsc walks the
astro project.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 937142d commit 41b6344
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
108 | 119 | | |
109 | 120 | | |
110 | 121 | | |
| |||
0 commit comments