Prechádzať zdrojové kódy

fix(component-library): test types with tsc

benduran 2 týždňov pred
rodič
commit
e52d4d4814
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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"
-}
+}