Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 18, 2022
1 parent e35e5c5 commit 41a9f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -132,7 +132,7 @@ async function buildPackage(pkg: Package) {
return;
} else {
console.log("📦 -> New commits found, rebuilding");
console.log(` ->Deleting $(pkgDir)`)
console.log(` ->Deleting ${pkgDir}`)
exec(`rm -rf ${pkgDir}`);
}
} catch {
Expand Down

0 comments on commit 41a9f37

Please sign in to comment.