diff options
Diffstat (limited to 'examples/with-create-react-app/turbo.json')
| -rw-r--r-- | examples/with-create-react-app/turbo.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/with-create-react-app/turbo.json b/examples/with-create-react-app/turbo.json deleted file mode 100644 index 13695b5..0000000 --- a/examples/with-create-react-app/turbo.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "pipeline": { - "build": { - "outputs": ["build/**", "dist/**"], - "dependsOn": ["^build"] - }, - "test": { - "outputs": ["coverage/**"], - "dependsOn": [] - }, - "lint": {}, - "dev": { - "cache": false, - "persistent": true - }, - "clean": { - "cache": false - } - } -} |
