Skip to content

Commit f858c11

Browse files
SociableSteveclaude
andcommitted
ci: build @ai-dm/engine before typecheck/test in the deploy workflow
The test job resolved @ai-dm/engine via its dist, which wasn't built in CI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent da1ae39 commit f858c11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
node-version: 22
2828
cache: npm
2929
- run: npm ci
30+
- run: npm run build --workspace @ai-dm/engine # other packages resolve @ai-dm/engine via its dist
3031
- run: npm run typecheck
3132
- run: npm test
3233

0 commit comments

Comments
 (0)