浏览代码

fix: disable caching in turbo.json outputs configuration

codecalm 5 月之前
父节点
当前提交
fa89c6fa73
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      turbo.json

+ 2 - 1
turbo.json

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