summaryrefslogtreecommitdiff
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
index 48b01b8..d62812e 100644
--- a/turbo.json
+++ b/turbo.json
@@ -2,12 +2,16 @@
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"dev": {
+ "dependsOn": ["^build"],
"cache": false,
"persistent": true
},
"test": {
"cache": false,
"persistent": true
+ },
+ "build": {
+ "outputs": ["dist/**"]
}
}
}