Skip to content

Commit

Permalink
Move migration config into src to avoid changing build result file st…
Browse files Browse the repository at this point in the history
…ructure
  • Loading branch information
joonashak committed Jun 24, 2024
1 parent 53f12b9 commit 418927e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json",
"typeorm": "npx typeorm-ts-node-commonjs",
"migration:create": "./create-migration.sh",
"migration:run": "npm run typeorm -- migration:run -d migration-config.ts"
"migration:run": "npm run typeorm -- migration:run -d src/database/migration-config.ts"
},
"dependencies": {
"@apollo/server": "^4.9.1",
Expand Down
File renamed without changes.

0 comments on commit 418927e

Please sign in to comment.