aboutsummaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-07-30 17:37:38 +0200
committerGitHub <[email protected]>2024-07-30 17:37:38 +0200
commit6b9f4a0f18c67ffedb8a13d1af1d92918ad67264 (patch)
tree3896cace097bcfb9bcad7af510553773af987715 /turbo.json
parent1164f4a11437ec48de5fc352763d1b4340c6d1ce (diff)
downloadmonkeytype-6b9f4a0f18c67ffedb8a13d1af1d92918ad67264.tar.gz
monkeytype-6b9f4a0f18c67ffedb8a13d1af1d92918ad67264.zip
chore: remove config from shared-types (@fehmer) (#5681)
* chore: remove config from shared-types (@fehmer) * fix * remove shared-types/user * build before test * fix * add madge to contracts
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
index 3c46f0a78..04e67709a 100644
--- a/turbo.json
+++ b/turbo.json
@@ -16,6 +16,7 @@
"outputs": ["dist/**", "build/**"]
},
"test": {
+ "dependsOn": ["^build"],
"cache": false
},
"dev": {