We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f60de0 commit a0198ceCopy full SHA for a0198ce
1 file changed
.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
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
+ ls -la node_modules/@llm-ts-example/common-core/ || echo "common-core link not found"
43
44
- name: Build
45
run: |
0 commit comments