mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-16 19:12:28 +02:00
Merge pull request #229 from vector-im/dbkr/fix_default_target
Fix not specifying a target
This commit is contained in:
commit
fac9f53bb6
@ -77,6 +77,7 @@ async function main() {
|
||||
}
|
||||
|
||||
const hakEnvs = targetIds.map(tid => new HakEnv(prefix, packageJson, tid));
|
||||
if (hakEnvs.length == 0) hakEnvs.push(new HakEnv(prefix, packageJson, null));
|
||||
const hakEnv = hakEnvs[0];
|
||||
|
||||
const deps = {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user