Skip to content

Commit

Permalink
added command for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 6, 2024
1 parent 9b72a19 commit 0c9e8b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "NODE_ENV=testing jest --config ./test/jest-e2e.json"
"test:e2e": "NODE_ENV=testing jest --config ./test/jest-e2e.json",
"migrations": "knex migrate:latest"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
Expand Down

0 comments on commit 0c9e8b1

Please sign in to comment.