From 6b6535f4e275b2a678e5a4549a9ef26781d1817d Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 16 Jan 2024 00:55:59 +0100 Subject: [PATCH] feat(presets): Add monorepo Lamar --- 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 da775f3a78fbe3..1ea1f7c6ae0bb2 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -324,6 +324,7 @@ const repoGroups = { jsplumb: 'https://github.com/jsplumb/jsplumb', junit5: 'https://github.com/junit-team/junit5', kotlin: 'https://github.com/JetBrains/kotlin', + lamar: 'https://github.com/JasperFx/lamar', lerna: 'https://github.com/lerna/lerna', lexical: 'https://github.com/facebook/lexical', linguijs: 'https://github.com/lingui/js-lingui',