Fixed the path bug in yarn deploy

This commit is contained in:
Aria Minaei 2021-08-06 11:46:46 +02:00
parent 8754de9e7f
commit 1f269a0b77

View file

@ -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'}`
} }
} }