diff --git a/tools/depgraph.js b/tools/depgraph.js index 75afee1..96f2555 100644 --- a/tools/depgraph.js +++ b/tools/depgraph.js @@ -247,7 +247,7 @@ async function getDeployArtifact(langs) { .concat(langs.map((lang) => `test:lang-${lang}`)), publishTarget: true, publishToRegistry: async () => { - await runCommand(`tools/deploy.bash`); + await runCommand(`make deploy`); }, }; }