Skip to content

Commit de91a7e

Browse files
committed
fix: improve CI dependency installation
1 parent 03db36f commit de91a7e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
name: Install pnpm
2828

2929
- name: Install dependencies
30-
run: pnpm install --recursive
30+
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
3136
3237
- name: Build
3338
run: |

0 commit comments

Comments
 (0)