{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "outputs": ["build/**", "dist/**", "storybook-static/**"], "dependsOn": ["^build"] }, "test": { "outputs": ["coverage/**"], "dependsOn": [] }, "lint": { "outputs": [] }, "dev": { "cache": false }, "clean": { "cache": false } } }