diff --git a/scripts/postinstall.cjs b/scripts/postinstall.cjs index bf30407e..32422dfc 100644 --- a/scripts/postinstall.cjs +++ b/scripts/postinstall.cjs @@ -34,7 +34,6 @@ const downloadLudusavi = async () => { console.log(`Downloaded ${file}, extracting...`); const pwd = process.cwd(); - const targetPath = path.join(pwd, "ludusavi"); await fs.promises.mkdir(targetPath, { recursive: true });