diff --git a/turbo.json b/turbo.json index 0ded6cb2e..74cc515c1 100644 --- a/turbo.json +++ b/turbo.json @@ -2,6 +2,7 @@ "$schema": "https://turborepo.com/schema.json", "tasks": { "build": { + "dependsOn": ["^build"], "outputs": ["dist/**"] }, "@proj-airi/server-schema#build": {