Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 20, 2022
1 parent 0b1535d commit cdd8c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -72,7 +72,7 @@ let buildStep = "";
for (const d of fullList) {
await buildPackage(repository.get(d)!);
total++;
console.log("⏳ Built " + total + " of " + fullList.length + " dependnancies for target " + pkg + " (" + repoTotal + "/" + repository.size + ")");
console.log("⏳ Built " + total + " of " + fullList.length + " dependencies for target " + pkg + " (" + repoTotal + "/" + repository.size + ")");
}
console.log("✅ Built " + total + " packages for target " + pkg);
repoTotal++;
Expand Down

0 comments on commit cdd8c54

Please sign in to comment.