Skip to content

Commit 2935965

Browse files
committed
fix(ci): build workspace dist before typecheck so cross-package .d.ts resolves
1 parent 768c9da commit 2935965

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- uses: actions/checkout@v6
2929
- uses: jdx/mise-action@v4
3030
- run: pnpm install --frozen-lockfile --ignore-scripts
31+
- name: Build workspace .d.ts so cross-package types resolve
32+
run: pnpm -r build
3133
- run: pnpm -r exec tsc --noEmit
3234

3335
test:

0 commit comments

Comments
 (0)