removing migration from frontend plugin

This commit is contained in:
Fabian Chong
2020-10-27 12:06:30 +08:00
parent 4727dc98f9
commit 51394c24bd
@@ -2,8 +2,7 @@
"extends": "@backstage/cli/config/tsconfig.json",
"include": [
"src",
"dev",
"migrations"
"dev"
],
"exclude": ["node_modules"],
"compilerOptions": {