From ff2b4ec8181a4aef48ccee381a0805887cfd4aa0 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 5 Jun 2024 17:54:05 -0700 Subject: [PATCH] chore(common): add type checking linter --- package.json | 2 +- packages/common/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index babef796..fbad0934 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "check:types": "concurrently 'pnpm:check:types:*'", "check:types:dashboard": "cd packages/dashboard && pnpm check:types", - "check:types:pockethost": "tsc --noEmit --skipLibCheck", + "check:types:common": "cd packages/common && pnpm check:types", "lint": "prettier -c \"./**/*.{ts,js,cjs,svelte,json}\"", "lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte,json}\"", "build": "concurrently 'pnpm:build:*'", diff --git a/packages/common/package.json b/packages/common/package.json index 403dfb0a..80ad532f 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -6,6 +6,7 @@ "module": "src/index.ts", "type": "module", "scripts": { + "check:types": "tsc --noEmit " }, "keywords": [], "author": "",