From 31ffde3b0912d3b4e16ee38e5b44ae032b77cb48 Mon Sep 17 00:00:00 2001 From: Rob A'Court Date: Thu, 27 Jun 2024 16:32:51 +0100 Subject: [PATCH] Minor fixes to client Makefile (#1408) --- clients/typescript/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/clients/typescript/Makefile b/clients/typescript/Makefile index 08665766e8..17e3a4949b 100644 --- a/clients/typescript/Makefile +++ b/clients/typescript/Makefile @@ -22,10 +22,7 @@ tests-CI: pnpm run test-CI style: - prettier --check --loglevel warn . && eslint src --quiet - -typecheck_tests: - tsc -p tsconfig.tests.json + pnpm prettier --check --loglevel warn . && pnpm eslint src --quiet INFERRED_VERSION = $(shell git rev-parse --short HEAD) publish-canary: