Răsfoiți Sursa

update turbo.json

Yuki Takei 3 ani în urmă
părinte
comite
b65cdfd3b7
1 a modificat fișierele cu 12 adăugiri și 8 ștergeri
  1. 12 8
      turbo.json

+ 12 - 8
turbo.json

@@ -1,6 +1,16 @@
 {
   "$schema": "https://turbo.build/schema.json",
+  "globalDependencies": [
+    ".env",
+    ".env.*",
+    "tsconfig.json"
+  ],
   "pipeline": {
+
+    "clean": {
+      "cache": false
+    },
+
     "@growi/ui#build": {
       "dependsOn": ["@growi/core#build"],
       "outputs": ["dist/**"],
@@ -129,13 +139,7 @@
     },
     "test": {
       "outputMode": "new-only"
-    },
-
-    "clean": {
-      "cache": false
     }
-  },
-  "globalDependencies": [
-    "tsconfig.json"
-  ]
+
+  }
 }