We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c291da0 commit e799fd5Copy full SHA for e799fd5
.github/workflows/typecheck.yml
@@ -22,6 +22,10 @@ jobs:
22
cache: 'pnpm'
23
- name: Install dependencies
24
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"
29
- name: Run type check
30
run: pnpm run typecheck
31
0 commit comments