From c5f7a6a22e324f72c415b1fa73ea722f251326f9 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Tue, 25 Jun 2024 14:27:47 +0200 Subject: [PATCH] Restore change due to faulty rebase --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f01633988..0b43fe489a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "test": "yarn turbo run test --concurrency=1 --continue", "test:watch": "yarn turbo run test:watch", "test:update": "yarn turbo run test:update", - "check-types": "yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references --check' 'yarn turbo run check-types --continue'", + "check-types": "yarn turbo run check-types --continue", "format": "yarn prettier --write '**/*.{ts,md}'", "format:head": "git diff --name-only HEAD^ |grep '\\.ts$\\|\\.md$' |xargs yarn prettier --write", "dev": "yarn turbo run dev --concurrency=17",