diff --git a/packages/access-controls/turbo.json b/packages/access-controls/turbo.json index 36a3f169c..ac546cd8f 100644 --- a/packages/access-controls/turbo.json +++ b/packages/access-controls/turbo.json @@ -2,6 +2,10 @@ "$schema": "https://turborepo.com/schema.json", "extends": ["//"], "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + }, "dev": { "cache": false, "persistent": true, diff --git a/packages/ai/turbo.json b/packages/ai/turbo.json index 4fec5444f..02e0e142e 100644 --- a/packages/ai/turbo.json +++ b/packages/ai/turbo.json @@ -2,6 +2,10 @@ "$schema": "https://turbo.build/schema.json", "extends": ["//"], "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + }, "dev": { "cache": false, "persistent": true, diff --git a/packages/data-source/turbo.json b/packages/data-source/turbo.json index 3c452b6ad..2df76fd40 100644 --- a/packages/data-source/turbo.json +++ b/packages/data-source/turbo.json @@ -1,5 +1,10 @@ { "$schema": "https://turborepo.com/schema.json", "extends": ["//"], - "tasks": {} + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } } diff --git a/packages/env-utils/turbo.json b/packages/env-utils/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/env-utils/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +} diff --git a/packages/github/turbo.json b/packages/github/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/github/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +} diff --git a/packages/sandbox/turbo.json b/packages/sandbox/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/sandbox/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +} diff --git a/packages/sdk/turbo.json b/packages/sdk/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/sdk/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +} diff --git a/packages/search/turbo.json b/packages/search/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/search/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +} diff --git a/packages/slack/turbo.json b/packages/slack/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/slack/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +} diff --git a/packages/test-utils/turbo.json b/packages/test-utils/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/test-utils/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +} diff --git a/packages/web-tools/turbo.json b/packages/web-tools/turbo.json new file mode 100644 index 000000000..291722822 --- /dev/null +++ b/packages/web-tools/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + } + } +}