Quick change

This commit is contained in:
Radon Rosborough 2021-07-03 03:52:41 +00:00
parent 4ca46b0f1f
commit 3b149bb109
1 changed files with 1 additions and 1 deletions

View File

@ -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`);
},
};
}