Skip to content

Commit

Permalink
Merge pull request #1654 from ajnart/add-licence-field-to-migration-p…
Browse files Browse the repository at this point in the history
…ackage-json

🐛 Migrate package.json has no license field
  • Loading branch information
ajnart committed Nov 15, 2023
2 parents a933406 + 34074b1 commit f4e737b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drizzle/migrate/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f4e737b

Please sign in to comment.