From 24f9a6c0799a279d3a6b1c18dc7cabd6cb20be05 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 9 Aug 2024 12:42:02 +0200 Subject: [PATCH] chore: add ts-check script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a1fcb9a6f..e88a55fd4 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "full-check": "turbo lint ts-check build test validate-json", "prepare": "husky install", "pre-commit": "lint-staged", + "ts-check": "turbo run ts-check", "lint": "turbo run lint", "lint-be": "turbo run lint --filter @monkeytype/backend", "lint-fe": "turbo run lint --filter @monkeytype/frontend",