Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaubert committed Dec 24, 2024
1 parent 2660703 commit 793f656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:unit": "vitest --project unit",
"lint": "eslint . --ext .js,.ts",
"migrate-list": "knex migrate:list --knexfile=./server/knex.ts",
"migrate-latest": "knex migrate:latest --knexfile=./server/knex.ts",
"migrate-latest": "NODE_OPTIONS='--loader ts-node/esm/transpile-only' knex migrate:latest --knexfile=./server/knex.ts",
"migrate-rollback-one": "knex migrate:down --knexfile=./server/knex.ts",
"migrate-rollback-all": "knex migrate:rollback --all --knexfile=./server/knex.ts",
"seed": "knex seed:run --knexfile=./server/knex.ts",
Expand Down

0 comments on commit 793f656

Please sign in to comment.