From 5117caa7812aaaf8919ae7fd67e16478b9975ec5 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Fri, 26 Apr 2024 20:19:52 +0000 Subject: [PATCH] Build the dist for type tests --- packages/light-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/light-client/package.json b/packages/light-client/package.json index 6f74f8bc28b1..a50ae5a4bd53 100644 --- a/packages/light-client/package.json +++ b/packages/light-client/package.json @@ -60,7 +60,7 @@ "build:watch": "yarn run build --watch", "build:release": "yarn clean && yarn run build && yarn run build:dist", "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"", - "check-types": "tsc", + "check-types": "yarn run build:dist && tsc", "lint": "eslint --color --ext .ts src/ test/", "lint:fix": "yarn run lint --fix", "test": "yarn test:unit",