Sfoglia il codice sorgente

remove build from typecheck

Dax Raad 1 mese fa
parent
commit
e3267413c2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      turbo.json

+ 1 - 1
turbo.json

@@ -5,7 +5,7 @@
   "tasks": {
     "typecheck": {},
     "build": {
-      "dependsOn": ["^build"],
+      "dependsOn": [],
       "outputs": ["dist/**"]
     },
     "opencode#test": {