diff --git a/src/index.ts b/src/index.ts index 7ba218f..1faec44 100755 --- a/src/index.ts +++ b/src/index.ts @@ -115,7 +115,7 @@ async function buildPackage(pkg: Package) { return; } else { console.log("📦 -> New commits found, rebuilding"); - exec("rm -rfv ${pkgDir}"); + exec(`rm -rfv ${pkgDir}`); } } catch { console.log("📦 -> Not cloned, cloning");