We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936dcf6 commit 59dbb11Copy full SHA for 59dbb11
.github/workflows/playwright.yml
@@ -70,8 +70,8 @@ jobs:
70
run: |
71
# Remove problematic type definitions that don't work with older TS
72
rm -rf node_modules/@types/babel__traverse
73
- # Build with skipLibCheck to avoid type resolution issues
74
- npx tsc -p . --skipLibCheck --typeRoots ./types
+ # Build (original npm run build should work now)
+ npm run build
75
76
- name: Start backend
77
working-directory: ./confac/backend
0 commit comments