Skip to content

Commit 7f60de0

Browse files
committed
fix: add debug step to check dist folders
1 parent de91a7e commit 7f60de0

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
@@ -34,6 +34,12 @@ jobs:
3434
ls -la node_modules/@llm-ts-example/
3535
cat node_modules/@llm-ts-example/common-backend-core/package.json
3636
37+
- name: Check build artifacts exist
38+
run: |
39+
ls -la common/core/dist/ || echo "common-core dist not found"
40+
ls -la common/backend/core/dist/ || echo "common-backend-core dist not found"
41+
ls -la node_modules/@llm-ts-example/common-backend-core/dist/ || echo "symlink dist not found"
42+
3743
- name: Build
3844
run: |
3945
pnpm --filter @llm-ts-example/common-core build

0 commit comments

Comments
 (0)