From cf101c539c0fabbc22e0c6605402d929c520e352 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 20 Apr 2021 11:15:25 +0200 Subject: [PATCH] tsconfig: skip adding catalog v2 migrations Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6139c4a7f0..d6cb6f4c96 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,8 +4,7 @@ "packages/*/src", "plugins/*/src", "plugins/*/dev", - "plugins/*/migrations", - "plugins/catalog-backend/migrationsv2" + "plugins/*/migrations" ], "compilerOptions": { "outDir": "dist-types",