mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 13:56:43 +00:00
Duplicate logs
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
22c23ef6ff
commit
87655050d0
1
index.js
1
index.js
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user