Skip to content

Commit

Permalink
More stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Dec 11, 2024
1 parent 365e8c5 commit 30cba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// "dependsOn": ["build"],
// "outputs": ["node_modules/.cache/tsbuildinfo.json"]
// },
// Ideally, this task wouldn't depends directly on "build".
// Ideally, this task wouldn't depends on "build".
"typecheck": {
// "dependsOn": [
// "@workleap/swc-configs#build",
Expand All @@ -51,7 +51,7 @@
// "^typecheck",
// "//#typecheck"
// ],
"dependsOn": ["build", "^typecheck", "//#typecheck"],
"dependsOn": ["^build", "^typecheck", "//#typecheck"],
"outputs": ["node_modules/.cache/tsbuildinfo.json"]
},
"//#syncpack": {},
Expand Down

0 comments on commit 30cba48

Please sign in to comment.