Commit 20468b7
authored
Talos actions fix (#2950)
* fix: declare tsx dep and correct talos-client import name
#2848 moved the action runtime off hardhat to `tsx tasks/run.ts` and
rewrote all 46 schedule commands, but tsx was never declared — it is not
in package.json or the lockfile, so `pnpm exec tsx` fails in the runner
image and every scheduled action errors with "Command tsx not found".
The same change added tasks/lib/{network,signer}.ts importing the old
`@talos/client` name. The package is published as `@oplabs/talos-client`
and the image installs that, so those modules fail to resolve.
Both defects were masked by the catalog dump's `|| echo "{}"` fallback,
which shipped an empty catalog and let the build pass.
* remove Daniel from codeowners1 parent 0ffb5f7 commit 20468b7
5 files changed
Lines changed: 298 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
0 commit comments