diff --git a/packages/contrail/turbo.json b/packages/contrail/turbo.json new file mode 100644 index 0000000..8649e73 --- /dev/null +++ b/packages/contrail/turbo.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "test": { + "dependsOn": ["^build", "build"] + } + } +} diff --git a/turbo.json b/turbo.json index 2279a64..94b9292 100644 --- a/turbo.json +++ b/turbo.json @@ -10,7 +10,7 @@ "dependsOn": ["^build"] }, "test": { - "dependsOn": ["^build", "build"], + "dependsOn": ["^build"], "outputs": [] }, "dev": {