Skip to content

Commit

Permalink
fix(db): attempt to make migration generation less broken
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Sep 3, 2024
1 parent ddfb20f commit e88241a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/db/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"executor": "nx:run-commands",
"options": {
"command": "prisma migrate dev --skip-seed --name",
"cwd": "libs/db/src"
"cwd": "libs/db/src",
"parallel": false
}
},
"seed": {
Expand Down

0 comments on commit e88241a

Please sign in to comment.