diff --git a/scripts/lib/bench-config.js b/scripts/lib/bench-config.js index 804a6b3f..241a6254 100644 --- a/scripts/lib/bench-config.js +++ b/scripts/lib/bench-config.js @@ -70,7 +70,6 @@ export async function resolveBenchmarkSource() { cwd: tmpDir, stdio: 'pipe', timeout: 120_000, - shell: true, }); break; } catch (err) {