From 0d550d9fb5909aeaab39a0b5a09743c1b0563433 Mon Sep 17 00:00:00 2001 From: Baruch Odem Date: Fri, 12 Jan 2024 12:48:08 +0200 Subject: [PATCH] yarn workspace src typeCheck --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f32fc23..ae19e29e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint:react": "yarn workspace ui-react lint", "lint": "yarn workspaces run lint", "lint:fix": "yarn workspaces run lint --fix", - "typeCheck": "tsc --noEmit", + "typeCheck": "yarn workspace src typeCheck", "unit": "vue-cli-service test:unit", "e2e": "vue-cli-service test:unit --config='test/e2e/jest.e2e.config.js'", "test": "yarn unit && yarn e2e"