Skip to content

Commit

Permalink
Update publish.js
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian authored Aug 5, 2024
1 parent 779d6d5 commit d223f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtools/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ for (const folder of folders) {
);
}
}
console.log(packageFile);
config.lastUpdatedAt = execSync(`git log -1 --format=%cI ${packageFile}`, {encoding: 'utf8'})
.trimEnd();
widgets.push(config);
Expand Down

0 comments on commit d223f46

Please sign in to comment.