Explorar el Código

fix(component-library): test types with tsc

benduran hace 2 semanas
padre
commit
e52d4d4814
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/component-library/package.json

+ 2 - 2
packages/component-library/package.json

@@ -316,7 +316,7 @@
     "test:format": "prettier --check .",
     "test:lint:eslint": "eslint . --max-warnings 0",
     "test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0",
-    "test:types": "ts-duality"
+    "test:types": "tsc"
   },
   "peerDependencies": {
     "next": "catalog:",
@@ -384,4 +384,4 @@
     }
   },
   "packageManager": "pnpm@10.19.0"
-}
+}