Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Sep 22, 2022
1 parent 838a942 commit 22729f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -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");
Expand Down

0 comments on commit 22729f2

Please sign in to comment.