Quick change
This commit is contained in:
parent
4ca46b0f1f
commit
3b149bb109
|
@ -247,7 +247,7 @@ async function getDeployArtifact(langs) {
|
||||||
.concat(langs.map((lang) => `test:lang-${lang}`)),
|
.concat(langs.map((lang) => `test:lang-${lang}`)),
|
||||||
publishTarget: true,
|
publishTarget: true,
|
||||||
publishToRegistry: async () => {
|
publishToRegistry: async () => {
|
||||||
await runCommand(`tools/deploy.bash`);
|
await runCommand(`make deploy`);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue