mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
build(scripts): add canonical _name
to edge packages
This commit is contained in:
parent
d469c9a6d7
commit
573f87edf9
@ -53,6 +53,7 @@ async function loadWorkspace (dir: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const rename = (from: string, to: string) => {
|
const rename = (from: string, to: string) => {
|
||||||
|
find(from).data._name = find(from).data.name
|
||||||
find(from).data.name = to
|
find(from).data.name = to
|
||||||
for (const pkg of packages) {
|
for (const pkg of packages) {
|
||||||
pkg.updateDeps((dep) => {
|
pkg.updateDeps((dep) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user