mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
merge manifest on execution
This commit is contained in:
parent
e78047665d
commit
9d47c25902
@ -386,7 +386,10 @@ export default class PkgManager {
|
||||
}
|
||||
|
||||
if (manifest.remote_url) {
|
||||
manifest = await readManifest(manifest.remote_url, { just_read: true })
|
||||
manifest = {
|
||||
...manifest,
|
||||
...await readManifest(manifest.remote_url, { just_read: true }),
|
||||
}
|
||||
}
|
||||
|
||||
manifest = await initManifest(manifest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user