🐛 Cleanup changes, Local db:migrate script not working, CI failed

This commit is contained in:
Meier Lukas
2023-11-12 11:20:22 +01:00
parent 2a1f73345c
commit d7cdd6a30b
5 changed files with 33 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
{
"description": "This package.json is used for the migration script the dependencies are only installed within the Dockerfile.",
"scripts": {
"db:migrate": "ts-node ./migrate.ts"
},