From e96d7b5dec5a4280ba138f5428eb110894a5555b Mon Sep 17 00:00:00 2001 From: Anne Stellingwerf <astellin@opentext.com> Date: Sun, 3 Oct 2021 21:25:53 +0200 Subject: [PATCH] feat(monorepo): Monorepo preset for Netty (#11992) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index ff8b8d2e03..df8c82d53a 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -127,6 +127,7 @@ const repoGroups = { mockito: 'https://github.com/mockito/mockito', mstest: 'https://github.com/microsoft/testfx', nest: 'https://github.com/nestjs/nest', + netty: 'https://github.com/netty/netty', neutrino: [ 'https://github.com/neutrinojs/neutrino', 'https://github.com/mozilla-neutrino/neutrino-dev', -- GitLab