From 3b149bb109f454bf29205d908107a2715cba18de Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 3 Jul 2021 03:52:41 +0000 Subject: [PATCH] Quick change --- tools/depgraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`); }, }; }