Kaynağa Gözat

fix: disable caching in turbo.json outputs configuration

codecalm 5 ay önce
ebeveyn
işleme
fa89c6fa73
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      turbo.json

+ 2 - 1
turbo.json

@@ -14,7 +14,8 @@
       ],
       "outputs": [
         "dist/**"
-      ]
+      ],
+      "cache": false
     },
     "dev": {
       "cache": false,