Merge pull request #1654 from ajnart/add-licence-field-to-migration-package-json

🐛 Migrate package.json has no license field
This commit is contained in:
Thomas Camlong
2023-11-15 09:08:26 +01:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
{
"license": "MIT",
"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"