plugins/auth-backend: include migrations in published package

Co-authored-by: Ivan Shmidt <bahoc47@gmail.com>
This commit is contained in:
Patrik Oldsberg
2020-06-25 18:05:45 +02:00
committed by Ivan Shmidt
parent 66ef3e9821
commit e562274874
+2 -1
View File
@@ -59,6 +59,7 @@
"jest-fetch-mock": "^3.0.3"
},
"files": [
"dist"
"dist",
"migrations"
]
}