Duplicate logs

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2023-09-20 14:07:38 +03:00
parent 22c23ef6ff
commit 87655050d0
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -46,6 +46,7 @@ async function run() {
updateProjectVersion(filePath, newVersion);
console.log(`Old version: ${version}. New version: ${newVersion}`)
console.log(`Old version: ${version}. New version: ${newVersion}`)
const filePathRelatedToRoot = getProjectInfoFilePath(filePathInput, true);