wip(sde): Handle package dependencies
This commit is contained in:
parent
78b199ce44
commit
e0386a441b
23 changed files with 662 additions and 614 deletions
|
@ -94,7 +94,13 @@ yarn-error.log*
|
|||
from: 'sde/env.local',
|
||||
to: 'sde/.env.local',
|
||||
},
|
||||
...downloads,
|
||||
...downloads.sites,
|
||||
],
|
||||
packages: downloads.pkgs.map((file) => ({
|
||||
from: file,
|
||||
to: `pkgs/${file}`,
|
||||
})),
|
||||
},
|
||||
}
|
||||
|
||||
console.log(config.fetch.pkgs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue