fix(build): remove python launcher dep and tighten target resolution

This commit is contained in:
2026-02-17 23:30:24 -08:00
parent f20d019c11
commit 25fddce372
5 changed files with 17 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Build (TypeScript check)
# Keep explicit typecheck for fast fail before full build/bundle.
run: bun run tsc --noEmit
- name: Build (bundle)