This commit is contained in:
Max Howell 2022-08-02 13:34:21 -04:00 committed by GitHub
parent 20342be4de
commit d68d17b18c

View file

@ -44,7 +44,7 @@ const build_deps = await (async () => {
return rv
})()
const wet = [...await hydrate(dry), ...build_deps]
const wet = await hydrate([...dry, ...build_deps])
const gas = await resolve(await (async () => {
const rv: PackageRequirement[] = []
for (const pkg of wet) {