This commit is contained in:
Adria Navarro 2024-10-17 12:20:17 +02:00
parent 7bb69d7ffd
commit c1128ffe2a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function getPackageJsonFields(): {
}
let localVersion: string | undefined
if (isDev()) {
if (isDev() && !isTest()) {
try {
const lerna = getParentFile("lerna.json")
localVersion = lerna.version