mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix(versioning): enable console log for Node.js version check in updateVersion function
This commit is contained in:
@@ -37,7 +37,7 @@ export function updateVersion(type: 'dev' | 'prod') {
|
||||
process.exit(0)
|
||||
}
|
||||
if (!match.some(item => gitDiff.includes(item))) {
|
||||
// console.log('Node.js:', process.version)
|
||||
console.log('Node.js:', process.version)
|
||||
console.log('No need to update the FixIt version.')
|
||||
process.exit(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user