build(scripts): add canonical _name to edge packages

This commit is contained in:
Pooya Parsa 2022-04-20 12:33:33 +02:00
parent d469c9a6d7
commit 573f87edf9

View File

@ -53,6 +53,7 @@ async function loadWorkspace (dir: string) {
}
const rename = (from: string, to: string) => {
find(from).data._name = find(from).data.name
find(from).data.name = to
for (const pkg of packages) {
pkg.updateDeps((dep) => {