aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-07-22 10:22:43 +0200
committerChristian Fehmer <[email protected]>2024-07-22 10:22:43 +0200
commit10d66e6ce5787dd2dc352341c3ea3dee410e731f (patch)
treec08c3b82fbaa9095f7abe31ee65c42a92333783a
parentacd77549b66174e61ae76feef96c9afdb5b3ff37 (diff)
downloadmonkeytype-10d66e6ce5787dd2dc352341c3ea3dee410e731f.tar.gz
monkeytype-10d66e6ce5787dd2dc352341c3ea3dee410e731f.zip
fix lint task
-rw-r--r--turbo.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json
index e202e7b5a..a93576116 100644
--- a/turbo.json
+++ b/turbo.json
@@ -6,7 +6,7 @@
"dependsOn": ["^parallel"]
},
"lint": {
- "dependsOn": ["^parallel"]
+ "dependsOn": ["^parallel", "^build"]
},
"check-ts": {
"dependsOn": ["^parallel"]