Skip to content

Commit 04399c5

Browse files
Laoujinclaude
andcommitted
Use skipLibCheck for backend build in CI
Work around TypeScript version mismatch with @types/babel__traverse by skipping library type checking. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9078a21 commit 04399c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Build backend
6969
working-directory: ./confac/backend
70-
run: npm run build
70+
run: npx tsc -p . --skipLibCheck
7171

7272
- name: Start backend
7373
working-directory: ./confac/backend

0 commit comments

Comments
 (0)