From e586a6d84b54ec91387a86172993aff9f8622e73 Mon Sep 17 00:00:00 2001 From: Raphael Strotz <17022099+Xzelsius@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:29:59 +0200 Subject: [PATCH] feat(presets): add monorepo weasel (#28649) --- 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 e8a742905530b4..0319655e23a7ab 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -516,6 +516,7 @@ const repoGroups = { vue: ['https://github.com/vuejs/vue', 'https://github.com/vuejs/core'], 'vue-cli': 'https://github.com/vuejs/vue-cli', vuepress: 'https://github.com/vuejs/vuepress', + weasel: 'https://github.com/JasperFx/weasel', 'web3-react': 'https://github.com/Uniswap/web3-react', webdriverio: 'https://github.com/webdriverio/webdriverio', wolverine: 'https://github.com/jasperfx/wolverine',