diff options
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,12 +2,16 @@ "$schema": "https://turborepo.com/schema.json", "tasks": { "dev": { + "dependsOn": ["^build"], "cache": false, "persistent": true }, "test": { "cache": false, "persistent": true + }, + "build": { + "outputs": ["dist/**"] } } } |
