Skip to content

Commit e799fd5

Browse files
committed
mod workflow file
1 parent c291da0 commit e799fd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/typecheck.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
cache: 'pnpm'
2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile
25+
- name: Verify workspace linking
26+
run: |
27+
ls -la apps/array/node_modules/@posthog/ || echo "No symlink found"
28+
ls -la node_modules/@posthog/ || echo "No root link found"
2529
- name: Run type check
2630
run: pnpm run typecheck
2731

0 commit comments

Comments
 (0)