Skip to content

Commit

Permalink
fix: reverted migrate script rename (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos authored Jul 5, 2024
1 parent c19edde commit 8347d13
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,7 +9,7 @@
"start": "NODE_ENV=production node dist/start/server.js",
"format": "prettier -c --write src/**",
"lint": "prettier -v && prettier -c src/**",
"migration:run": "tsx src/scripts/migrate.ts",
"migration:run": "tsx src/scripts/migrate-call.ts",
"docs:export": "tsx ./src/scripts/export-docs.ts",
"test:dummy-data": "tsx -r dotenv/config ./src/test/db/import-dummy-data.ts",
"test": "npm run infra:restart && npm run test:dummy-data && jest --runInBand --forceExit",
Expand Down
File renamed without changes.

0 comments on commit 8347d13

Please sign in to comment.