Skip to content

Commit

Permalink
fix(ci): generate prisma before run
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesen243 committed Jan 25, 2025
1 parent cd5586c commit 0ccfe9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://turborepo.org/schema.json",
"ui": "tui",
"tasks": {
"topo": { "dependsOn": ["^topo"] },
"build": {
"dependsOn": ["^gnr", "^build"],
"outputs": [".cache/tsbuildinfo.json", "dist/**"]
Expand All @@ -15,11 +14,11 @@
"outputLogs": "new-only"
},
"lint": {
"dependsOn": ["^topo", "^lint"],
"dependsOn": ["^gnr", "^lint"],
"outputs": [".cache/.eslintcache"]
},
"typecheck": {
"dependsOn": ["^topo", "^typecheck"],
"dependsOn": ["^gnr", "^typecheck"],
"outputs": [".cache/tsbuildinfo.json"]
},
"push": { "cache": false, "interactive": true },
Expand Down

0 comments on commit 0ccfe9e

Please sign in to comment.