diff --git a/packages/schemas/turbo.json b/packages/schemas/turbo.json index 6ef3f7d..19e716f 100644 --- a/packages/schemas/turbo.json +++ b/packages/schemas/turbo.json @@ -4,9 +4,9 @@ "pipeline": { "download": { "dependsOn": ["^build"], - "inputs": ["./scripts/**"], + "inputs": ["scripts/**"], "outputMode": "new-only", - "outputs": ["./data"] + "outputs": ["data"] }, "start": { "dependsOn": ["^build", "download"] diff --git a/turbo.json b/turbo.json index 41960c1..57d7e73 100644 --- a/turbo.json +++ b/turbo.json @@ -4,9 +4,9 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "inputs": ["./source/**", "tsconfig.json"], + "inputs": ["source/**", "tsconfig.json"], "outputMode": "new-only", - "outputs": ["./dist/**"] + "outputs": ["dist/**"] }, "check": { "dependsOn": [