From 4924b3cb3927c69cc7c2ab81d25410e5bb7d9b9a Mon Sep 17 00:00:00 2001 From: Tane Morgan <464864+tanem@users.noreply.github.com> Date: Sat, 29 Aug 2020 19:17:36 +1200 Subject: [PATCH] Add prisma monorepo (#7129) --- 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 bc5da80229..db85b05141 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -99,6 +99,7 @@ const repoGroups = { picasso: 'https://github.com/qlik-oss/picasso.js', pollyjs: 'https://github.com/Netflix/pollyjs', pouchdb: 'https://github.com/pouchdb/pouchdb', + prisma: 'https://github.com/prisma/prisma', react: 'https://github.com/facebook/react', reactrouter: 'https://github.com/ReactTraining/react-router', reakit: 'https://github.com/reakit/reakit', -- GitLab