Ver Fonte

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

yukendev há 2 anos atrás
pai
commit
390a577b0f
1 ficheiros alterados com 5 adições e 1 exclusões
  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",
   "extends": ["//"],
   "pipeline": {
-    "build": {}
+    "build": {
+      "outputs": ["dist/**"],
+      "inputs": ["svg/**"],
+      "outputMode": "new-only"
+    }
   }
 }