diff --git a/npm-scripts.mjs b/npm-scripts.mjs index 8e621081ed..7ed204a47e 100644 --- a/npm-scripts.mjs +++ b/npm-scripts.mjs @@ -590,7 +590,7 @@ async function downloadPrebuiltWorker() const resolvedBinPath = path.resolve(WORKER_RELEASE_BIN_PATH); execSync( - `"${esolvedBinPath}"`, + `"${resolvedBinPath}"`, { stdio : [ 'ignore', 'ignore', 'ignore' ], // Ensure no env is passed to avoid accidents.