From a73c107e85141df2d74901cda10cd16a825937e1 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Thu, 2 Sep 2021 14:35:33 +0200 Subject: [PATCH] feat(core/preset): add nexpect monorepo (#11538) --- 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 0654471b4e..8d8997f381 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -126,6 +126,7 @@ const repoGroups = { 'https://github.com/neutrinojs/neutrino', 'https://github.com/mozilla-neutrino/neutrino-dev', ], + nexpect: 'https://github.com/fluffynuts/NExpect', nextjs: [ 'https://github.com/zeit/next.js', // old repo 'https://github.com/vercel/next.js', -- GitLab