From 51394c24bd0727f1eea00ed70ae83f508c2a2a6c Mon Sep 17 00:00:00 2001 From: Fabian Chong Date: Tue, 27 Oct 2020 12:06:30 +0800 Subject: [PATCH] removing migration from frontend plugin --- packages/cli/templates/default-plugin/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/templates/default-plugin/tsconfig.json b/packages/cli/templates/default-plugin/tsconfig.json index d77f0fe3b4..b61e496175 100644 --- a/packages/cli/templates/default-plugin/tsconfig.json +++ b/packages/cli/templates/default-plugin/tsconfig.json @@ -2,8 +2,7 @@ "extends": "@backstage/cli/config/tsconfig.json", "include": [ "src", - "dev", - "migrations" + "dev" ], "exclude": ["node_modules"], "compilerOptions": {