fix: fix missing from a freshly installed badges-backend plugin

Signed-off-by: Rbillon59 <r.billon@celonis.com>
This commit is contained in:
Rbillon59
2023-06-01 11:07:41 +02:00
parent 1e9b8cbce8
commit 28365bde7e
+2 -1
View File
@@ -59,6 +59,7 @@
"cross-fetch": "^3.1.5"
},
"files": [
"dist"
"dist",
"migrations/**/*.{js,d.ts}"
]
}