We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03db36f commit de91a7eCopy full SHA for de91a7e
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,12 @@ jobs:
27
name: Install pnpm
28
29
- name: Install dependencies
30
- run: pnpm install --recursive
+ run: pnpm install -r --no-frozen-lockfile
31
+
32
+ - name: Verify workspace links
33
+ run: |
34
+ ls -la node_modules/@llm-ts-example/
35
+ cat node_modules/@llm-ts-example/common-backend-core/package.json
36
37
- name: Build
38
run: |
0 commit comments