Skip to content

Commit 59dbb11

Browse files
Laoujinclaude
andcommitted
Restore @types in build, just remove babel__traverse
Keep @types/jest and other types, only remove problematic babel__traverse package. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 936dcf6 commit 59dbb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
run: |
7171
# Remove problematic type definitions that don't work with older TS
7272
rm -rf node_modules/@types/babel__traverse
73-
# Build with skipLibCheck to avoid type resolution issues
74-
npx tsc -p . --skipLibCheck --typeRoots ./types
73+
# Build (original npm run build should work now)
74+
npm run build
7575
7676
- name: Start backend
7777
working-directory: ./confac/backend

0 commit comments

Comments
 (0)