Add local prerelease to version locally
This commit is contained in:
parent
6f3ee89895
commit
06670ba549
|
@ -83,7 +83,7 @@ function getPackageJsonFields(): {
|
|||
if (isDev() && !isTest()) {
|
||||
try {
|
||||
const lerna = getParentFile("lerna.json")
|
||||
localVersion = lerna.version
|
||||
localVersion = `${lerna.version}+local`
|
||||
} catch {
|
||||
//
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue