Merge pull request #18066 from Rbillon59/fix/badges-backend/add-migrations

Fix missing "migrations" for plugin-badges-backend
This commit is contained in:
Johan Haals
2023-06-01 16:16:41 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-badges-backend': patch
---
Adding migrations to the packages.json
+2 -1
View File
@@ -59,6 +59,7 @@
"cross-fetch": "^3.1.5"
},
"files": [
"dist"
"dist",
"migrations/**/*.{js,d.ts}"
]
}