Przeglądaj źródła

feat: add turbo build option for apps-font-icons

yukendev 2 lat temu
rodzic
commit
390a577b0f
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      packages/apps-font-icons/turbo.json

+ 5 - 1
packages/apps-font-icons/turbo.json

@@ -2,6 +2,10 @@
   "$schema": "https://turbo.build/schema.json",
   "$schema": "https://turbo.build/schema.json",
   "extends": ["//"],
   "extends": ["//"],
   "pipeline": {
   "pipeline": {
-    "build": {}
+    "build": {
+      "outputs": ["dist/**"],
+      "inputs": ["svg/**"],
+      "outputMode": "new-only"
+    }
   }
   }
 }
 }