Skip to content

Commit 8347d13

Browse files
authored
fix: reverted migrate script rename (#516)
1 parent c19edde commit 8347d13

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "NODE_ENV=production node dist/start/server.js",
1010
"format": "prettier -c --write src/**",
1111
"lint": "prettier -v && prettier -c src/**",
12-
"migration:run": "tsx src/scripts/migrate.ts",
12+
"migration:run": "tsx src/scripts/migrate-call.ts",
1313
"docs:export": "tsx ./src/scripts/export-docs.ts",
1414
"test:dummy-data": "tsx -r dotenv/config ./src/test/db/import-dummy-data.ts",
1515
"test": "npm run infra:restart && npm run test:dummy-data && jest --runInBand --forceExit",
File renamed without changes.

0 commit comments

Comments
 (0)