From 8bdabd4dfe44b89dba6b5f39d137f5b5852474d8 Mon Sep 17 00:00:00 2001 From: Jacob Rask <jacob@jacobrask.net> Date: Sun, 27 Feb 2022 12:46:58 +0100 Subject: [PATCH] feat(config): Add Fela monorepo preset (#14435) --- 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 d4f03010bb..9b84ce6a81 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -92,6 +92,7 @@ const repoGroups = { emotion: 'https://github.com/emotion-js/emotion', expo: 'https://github.com/expo/expo', feathers: 'https://github.com/feathersjs/feathers', + fela: 'https://github.com/robinweser/fela', fimbullinter: 'https://github.com/fimbullinter/wotan', flopflip: 'https://github.com/tdeekens/flopflip', fontsource: 'https://github.com/fontsource/fontsource', -- GitLab