Skip to content

Commit 4687ceb

Browse files
committed
fix: add more debug info
1 parent 7f60de0 commit 4687ceb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Install dependencies
3030
run: pnpm install -r --no-frozen-lockfile
3131

32+
- name: Build common
33+
run: |
34+
pnpm --filter @llm-ts-example/common-core build
35+
pnpm --filter @llm-ts-example/common-backend-core build
36+
3237
- name: Verify workspace links
3338
run: |
3439
ls -la node_modules/@llm-ts-example/
@@ -39,6 +44,7 @@ jobs:
3944
ls -la common/core/dist/ || echo "common-core dist not found"
4045
ls -la common/backend/core/dist/ || echo "common-backend-core dist not found"
4146
ls -la node_modules/@llm-ts-example/common-backend-core/dist/ || echo "symlink dist not found"
47+
ls -la node_modules/@llm-ts-example/common-core/ || echo "common-core link not found"
4248
4349
- name: Build
4450
run: |

0 commit comments

Comments
 (0)