build: bring back babel-loader, add build check (#30427)

This commit is contained in:
Stephen Zhou
2025-12-31 16:41:43 +08:00
committed by GitHub
parent 3015e9be73
commit 184077c37c
4 changed files with 26 additions and 0 deletions

View File

@@ -115,6 +115,11 @@ jobs:
working-directory: ./web
run: pnpm run knip
- name: Web build check
if: steps.changed-files.outputs.any_changed == 'true'
working-directory: ./web
run: pnpm run build
superlinter:
name: SuperLinter
runs-on: ubuntu-latest