Skip to content

Commit 51277ce

Browse files
author
cod1k
committed
Remove redundant command and enhance file copy with ignore logic
Removed the `clean:test-applications` command from e2e test setup as it is unnecessary. Improved the `copyToTemp` function by integrating `.gitignore` and `node_modules` filtering to exclude unwanted files during the copy process. This ensures a cleaner and more efficient temporary workspace.
1 parent 6efac13 commit 51277ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-packages/e2e-tests/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ async function run(): Promise<void> {
6868
registrySetup();
6969
}
7070

71-
await asyncExec('pnpm clean:test-applications', { env, cwd: __dirname });
7271
await asyncExec('pnpm cache delete "@sentry/*"', { env, cwd: __dirname });
7372

7473
const testAppPaths = appName ? [appName.trim()] : globSync('*', { cwd: `${__dirname}/test-applications/` });

0 commit comments

Comments
 (0)