From faa040ac126fbb87275f9ab61eec6e123f308efe Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 28 May 2021 11:15:12 +0200 Subject: [PATCH] feat(config): add fontsource monorepo (#10208) --- 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 16b6a696aa..378638e891 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -76,6 +76,7 @@ const repoGroups = { feathers: 'https://github.com/feathersjs/feathers', fimbullinter: 'https://github.com/fimbullinter/wotan', flopflip: 'https://github.com/tdeekens/flopflip', + Fontsource: 'https://github.com/fontsource/fontsource', formatjs: 'https://github.com/formatjs/formatjs', framework7: 'https://github.com/framework7io/framework7', gatsby: 'https://github.com/gatsbyjs/gatsby', -- GitLab