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
test(cli): harden smoke harness against parallel dist rebuilds
Ensure dist/cli.js exists before each smoke invocation so parallel
vitest files (e.g. cli.test.ts beforeAll build) cannot delete the
binary mid-suite and cause flaky MODULE_NOT_FOUND failures.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments