You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: optimize Windows CI speed by skipping redundant NAPI rebuild and disabling Defender
- Replace `pnpm build` with `pnpm -F vite-plus-cli build-ts` in CLI E2E
Build CLI step — NAPI bindings are already built and cached by the
build-upstream action, no need to recompile (~3 min saved on Windows)
- Disable Windows Defender real-time scanning in test and cli-e2e-test
jobs to reduce I/O overhead on NTFS (~30-50% faster file operations)
Closes#715
0 commit comments