diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index d137357d60..a336441dc2 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -59,6 +59,7 @@ "jest-fetch-mock": "^3.0.3" }, "files": [ - "dist" + "dist", + "migrations" ] }