Skip to content

Commit

Permalink
build(scripts): add canonical _name to edge packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 20, 2022
1 parent d469c9a commit 573f87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bump-edge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 573f87e

Please sign in to comment.