Add missing migrations

Signed-off-by: drodil <heikki.hellgren@op.fi>
This commit is contained in:
drodil
2024-03-17 18:08:19 +02:00
committed by GitHub
parent f73af6e681
commit 40e44fe377
+2 -1
View File
@@ -18,7 +18,8 @@
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist"
"dist",
"migrations/**/*.{js,d.ts}"
],
"scripts": {
"build": "backstage-cli package build",