aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/turbo.json')
-rw-r--r--cli/turbo.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/cli/turbo.json b/cli/turbo.json
deleted file mode 100644
index b8567ca..0000000
--- a/cli/turbo.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "$schema": "../docs/public/schema.json",
- "extends": ["//"],
- "pipeline": {
- "build": {
- "outputs": ["turbo", "turbo.exe"]
- },
-
- "e2e": {
- "outputs": [],
- "inputs": ["**/*.go", "go.mod", "go.sum", "scripts/e2e/e2e.ts"]
- },
- "e2e-prebuilt": {
- "inputs": ["**/*.go", "go.mod", "go.sum", "scripts/e2e/e2e.ts"]
- }
- }
-}