aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-workspaces/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/turbo-workspaces/turbo.json')
-rw-r--r--packages/turbo-workspaces/turbo.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/turbo-workspaces/turbo.json b/packages/turbo-workspaces/turbo.json
new file mode 100644
index 0000000..fc0bd3b
--- /dev/null
+++ b/packages/turbo-workspaces/turbo.json
@@ -0,0 +1,9 @@
+{
+ "$schema": "../../docs/public/schema.json",
+ "extends": ["//"],
+ "pipeline": {
+ "build": {
+ "dependsOn": ["^build"]
+ }
+ }
+}