We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f60de0 commit 4687cebCopy full SHA for 4687ceb
1 file changed
.github/workflows/ci.yml
@@ -29,6 +29,11 @@ jobs:
29
- name: Install dependencies
30
run: pnpm install -r --no-frozen-lockfile
31
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
+
37
- name: Verify workspace links
38
run: |
39
ls -la node_modules/@llm-ts-example/
@@ -39,6 +44,7 @@ jobs:
44
ls -la common/core/dist/ || echo "common-core dist not found"
40
45
ls -la common/backend/core/dist/ || echo "common-backend-core dist not found"
41
46
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"
42
48
43
49
- name: Build
50
0 commit comments