Skip to content

Commit

Permalink
Wait for drizzle-orm to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Nov 14, 2024
1 parent b2e95af commit 08b813c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"tasks": {
"//#lint": {
"dependsOn": [
"^test:types"
"^test:types",
"drizzle-orm#build"
],
"inputs": [
"**/*.ts",
Expand All @@ -15,7 +16,8 @@
},
"test:types": {
"dependsOn": [
"^test:types"
"^test:types",
"drizzle-orm#build"
],
"inputs": [
"src/**/*.ts",
Expand Down Expand Up @@ -181,4 +183,4 @@
"outputLogs": "new-only"
}
}
}
}

0 comments on commit 08b813c

Please sign in to comment.