Foolproof
This commit is contained in:
parent
2ba198b645
commit
bcd8551e55
|
@ -349,6 +349,7 @@ async function executeDepGraph({
|
|||
yes,
|
||||
targets,
|
||||
}) {
|
||||
await runCommand(`make all-scripts`);
|
||||
const artifacts = {};
|
||||
for (const artifact of depgraph.artifacts) {
|
||||
for (const dep of artifact.dependencies) {
|
||||
|
|
Loading…
Reference in New Issue