chore: update TypeScript type-check command and add native-preview dependency for faster performance (#29179)

This commit is contained in:
zhsama
2025-12-05 14:42:37 +08:00
committed by GitHub
parent b509661b08
commit c3003dd47d
4 changed files with 81 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ jobs:
- name: Web type check
if: steps.changed-files.outputs.any_changed == 'true'
working-directory: ./web
run: pnpm run type-check
run: pnpm run type-check:tsgo
docker-compose-template:
name: Docker Compose Template