We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19edde commit 8347d13Copy full SHA for 8347d13
package.json
@@ -9,7 +9,7 @@
9
"start": "NODE_ENV=production node dist/start/server.js",
10
"format": "prettier -c --write src/**",
11
"lint": "prettier -v && prettier -c src/**",
12
- "migration:run": "tsx src/scripts/migrate.ts",
+ "migration:run": "tsx src/scripts/migrate-call.ts",
13
"docs:export": "tsx ./src/scripts/export-docs.ts",
14
"test:dummy-data": "tsx -r dotenv/config ./src/test/db/import-dummy-data.ts",
15
"test": "npm run infra:restart && npm run test:dummy-data && jest --runInBand --forceExit",
src/scripts/migrate.ts renamed to src/scripts/migrate-call.ts
0 commit comments