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
Refactor e2e cleanup process with rimraf and add clean script
Replaced manual cleanup in `run.ts` with `rimraf` to enhance efficiency and added a standalone `clean.ts` script for reusable cleanup logic. Updated the `clean` command in `package.json` to use the new script, streamlining the process.
0 commit comments