We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de91a7e commit 7f60de0Copy full SHA for 7f60de0
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,12 @@ jobs:
34
ls -la node_modules/@llm-ts-example/
35
cat node_modules/@llm-ts-example/common-backend-core/package.json
36
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
+
43
- name: Build
44
run: |
45
pnpm --filter @llm-ts-example/common-core build
0 commit comments