Foolproof

This commit is contained in:
Radon Rosborough 2021-06-11 21:25:46 -07:00
parent 2ba198b645
commit bcd8551e55
1 changed files with 1 additions and 0 deletions

View File

@ -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) {