aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMiodec <[email protected]>2024-07-22 12:44:27 +0200
committerMiodec <[email protected]>2024-07-22 12:44:27 +0200
commit84e07dbad805fc005bc45190f868d3afdc08ea93 (patch)
treecc4c78b0df968b5c3d47195d84e672c3bf00febc
parent88ed7e5adbc262c56c00da42d4f4814498922763 (diff)
downloadmonkeytype-84e07dbad805fc005bc45190f868d3afdc08ea93.tar.gz
monkeytype-84e07dbad805fc005bc45190f868d3afdc08ea93.zip
fix dev not building packages
-rw-r--r--turbo.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
index 2dd81af14..be5db5bb6 100644
--- a/turbo.json
+++ b/turbo.json
@@ -19,6 +19,7 @@
"cache": false
},
"dev": {
+ "dependsOn": ["^build"],
"persistent": true,
"cache": false
},