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