From 40e44fe3778b3f788580ba5784cc23d95adb0af2 Mon Sep 17 00:00:00 2001 From: drodil Date: Sun, 17 Mar 2024 18:08:19 +0200 Subject: [PATCH] Add missing migrations Signed-off-by: drodil --- plugins/notifications-backend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/notifications-backend/package.json b/plugins/notifications-backend/package.json index 68c7b9b22b..1e86c6bcda 100644 --- a/plugins/notifications-backend/package.json +++ b/plugins/notifications-backend/package.json @@ -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",