Browse Source

fix: disable caching in turbo.json outputs configuration

codecalm 5 months ago
parent
commit
fa89c6fa73
1 changed files with 2 additions and 1 deletions
  1. 2 1
      turbo.json

+ 2 - 1
turbo.json

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