Add local prerelease to version locally

This commit is contained in:
Adria Navarro 2024-10-22 17:32:32 +02:00
parent 6f3ee89895
commit 06670ba549
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function getPackageJsonFields(): {
if (isDev() && !isTest()) {
try {
const lerna = getParentFile("lerna.json")
localVersion = lerna.version
localVersion = `${lerna.version}+local`
} catch {
//
}