chore: migrate the rest of the scaffolding to the new way for instegration config

This commit is contained in:
blam
2021-01-19 19:04:06 +01:00
parent 8b66c474e3
commit c0a7910db5
13 changed files with 28 additions and 129 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ export default async function createPlugin({
templaters.register('cookiecutter', cookiecutterTemplater);
templaters.register('cra', craTemplater);
const preparers = await Preparers.fromConfig(config, { logger });
const publishers = await Publishers.fromConfig(config);
const preparers = await Preparers.fromConfig(config);
const publishers = await Publishers.fromConfig(config, { logger });
const dockerClient = new Docker();