Skip to content

Commit

Permalink
update turborepo output
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jun 15, 2023
1 parent 9f099df commit 7d7711c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/db/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"db:dataMigrate": {
"dependsOn": ["download:seedData", "db:generate", "db:deploy"],
"env": ["DATABASE_URL", "DB_DIRECT_URL"],
"inputs": ["./prisma/data-migrations/**/*.ts", "./prisma/dataMigrationRunner.ts"]
"inputs": ["./prisma/data-migrations/**/*.ts", "./prisma/dataMigrationRunner.ts"],
"outputMode": "new-only"
},
"db:deploy": {
"dependsOn": ["db:generate"],
Expand All @@ -23,6 +24,7 @@
},
"download:seedData": {
"inputs": ["./seed/starterData.ts", "./seed/downloadData.ts"],
"outputMode": "new-only",
"outputs": ["./seed/data/downloaded/*.json"]
},
"generate:data": {
Expand Down

0 comments on commit 7d7711c

Please sign in to comment.