Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 6, 2023
1 parent 2946fd0 commit e1ec23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -135,7 +135,7 @@ async function buildPackage(pkg: Package) {
const localRev = exec(`git -C ${pkgDir}/src/${pkg.name} rev-parse @`, false).toString().trim();
if (remoteRev === localRev) {
console.log("📦 -> Already up to date (upstream), skipping");
return;
//return;
} else {
console.log("📦 -> New commits found, rebuilding");
console.log(` ->Deleting ${pkgDir}`)
Expand Down

0 comments on commit e1ec23f

Please sign in to comment.