Skip to content

Commit

Permalink
Generator: Print version number after calling updateVersion script
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 18, 2024
1 parent 30a8a38 commit f8b8038
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ const updateVersion = () => {

if (packageJson.version !== manifest.version) {
console.warn(chalk.yellow(`Version numbers have been updated but they do not match: package.json (${packageJson.version}), manifest.json (${manifest.version}). Set them to the required values to get them in sync.`));
} else {
console.info(packageJson.version);
}
};

Expand Down

0 comments on commit f8b8038

Please sign in to comment.