diff --git a/turbo.json b/turbo.json index 6379128f5..d921a55d3 100644 --- a/turbo.json +++ b/turbo.json @@ -10,6 +10,11 @@ "outputs": ["storybook-static/**"], "env": ["SHOW_INTERACTIONS"] }, + "dev": { + "dependsOn": ["^build"], + "cache": false, + "persistent": true + }, "lint:all": { "outputs": [] },