From d1e8528305150b34ee109c586a985caf7afa7443 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Tue, 9 Nov 2021 21:13:29 -0600 Subject: [PATCH] fix: add xterm to repo groups (#12580) --- 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 4bf38f6d1e2bb0..ef0c3460eba727 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -182,6 +182,7 @@ const repoGroups = { webdriverio: 'https://github.com/webdriverio/webdriverio', workbox: 'https://github.com/googlechrome/workbox', vstest: 'https://github.com/microsoft/vstest', + xterm: 'https://github.com/xtermjs/xterm.js', }; const patternGroups = {