Skip to content

Commit

Permalink
chore: remove interactive flag from db:push and db:studio configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 1, 2025
1 parent ffa1dc2 commit 018719b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@
"cache": false
},
"db:push": {
"cache": false,
"interactive": true
"cache": false
},
"db:seed": {},
"db:studio": {
"cache": false,
"interactive": true,
"persistent": true
},
"dev": {
Expand Down

0 comments on commit 018719b

Please sign in to comment.