aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-create-react-app/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-create-react-app/turbo.json')
-rw-r--r--examples/with-create-react-app/turbo.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/with-create-react-app/turbo.json b/examples/with-create-react-app/turbo.json
new file mode 100644
index 0000000..13695b5
--- /dev/null
+++ b/examples/with-create-react-app/turbo.json
@@ -0,0 +1,21 @@
+{
+ "$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
+ }
+ }
+}