From 9948d07ef412d7364605c6d73c6dd5bb38f505c7 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" <contact@marcusrbrown.com> Date: Thu, 1 Feb 2024 00:11:14 -0700 Subject: [PATCH] feat: add `fabric-chaincode-node` monorepo preset (#26979) --- lib/config/presets/internal/monorepo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 067985d84e..1089f2f083 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -272,6 +272,8 @@ const repoGroups = { 'eslint-config-globex': 'https://github.com/GlobexDesignsInc/eslint-config-globex', expo: 'https://github.com/expo/expo', + 'fabric-chaincode-node': + 'https://github.com/hyperledger/fabric-chaincode-node', 'fabric8-kubernetes-client': 'https://github.com/fabric8io/kubernetes-client', feathers: 'https://github.com/feathersjs/feathers', feign: 'https://github.com/OpenFeign/feign', -- GitLab