Commit ed68a89
fix(ci): build packages/skills before plugin-agent-skills + use bunx next in clone-ur-crush
Three CI failures on develop tip a15c3d9:
1. Benchmark (weekly) + Live Scenarios — plugin-agent-skills typecheck
failed with "Cannot find module '@elizaos/skills' or '@elizaos/shared'".
The plugin's tsconfig paths resolve those packages via their dist d.ts
files, but the workflow build steps weren't building packages/skills
first (live-scenarios builds packages/shared but not skills;
benchmark-weekly builds neither). Added explicit build steps for both
packages before the plugin build loop runs.
2. Nightly Build — packages/examples/cloud/clone-ur-crush failed with
"Cannot find module .../node_modules/next/dist/bin/next". The build
script hardcoded a relative path into a bun-store symlink target that
doesn't exist when next is hoisted to the monorepo root node_modules.
Switched to `bunx next build`.
3. Reverted my speculative tsconfig path change in plugin-agent-skills
(was pointing at packages/skills/src/index.ts; correct fix is to
leave it at dist and ensure CI builds dist first).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 39ea02d commit ed68a89
3 files changed
Lines changed: 20 additions & 1 deletion
File tree
- .github/workflows
- packages/examples/cloud/clone-ur-crush
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
119 | 131 | | |
120 | 132 | | |
121 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
136 | 143 | | |
137 | 144 | | |
138 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments