diff --git a/turbo.json b/turbo.json index 922009546..a55868968 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "build": { "outputs": [] }, @@ -21,4 +21,4 @@ "lint:tpl:validator": {}, "test:integration:update":{"cache": false} } -} \ No newline at end of file +}