Fixed the path bug in yarn deploy
This commit is contained in:
parent
8754de9e7f
commit
1f269a0b77
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ async function assignVersions(monorepoVersion) {
|
||||||
JSON.stringify(newJson, undefined, 2),
|
JSON.stringify(newJson, undefined, 2),
|
||||||
{encoding: 'utf-8'},
|
{encoding: 'utf-8'},
|
||||||
)
|
)
|
||||||
await $`prettier --write ${packagePathRelativeFromRoot + './package.json'}`
|
await $`prettier --write ${packagePathRelativeFromRoot + '/package.json'}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue