From 2252ca8c44e00aef14c04823eb57157cc7994f7f Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Thu, 10 Feb 2022 17:30:00 +0100 Subject: [PATCH] feat(presets): add parcel monorepo (#14142) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- 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 6cc25a6fc7..94328ae1d3 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -154,6 +154,7 @@ const repoGroups = { 'opentelemetry-dotnet': 'https://github.com/open-telemetry/opentelemetry-dotnet', 'opentelemetry-go': 'https://github.com/open-telemetry/opentelemetry-go', + parcel: 'https://github.com/parcel-bundler/parcel', picassojs: 'https://github.com/qlik-oss/picasso.js', pnpjs: 'https://github.com/pnp/pnpjs', playwright: 'https://github.com/Microsoft/playwright', -- GitLab