From cb980e608ed1ddd1470bbf432a352c8a913b1e10 Mon Sep 17 00:00:00 2001 From: Andy Wang <41224501+andy-t-wang@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:45:51 -0800 Subject: [PATCH] try root --- .github/workflows/ci.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2861873..4d473e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: pnpm recursive list - name: Run typecheck - run: pnpm --loglevel debug --recursive type-check + run: pnpm type-check run-tests: name: Run Tests diff --git a/package.json b/package.json index ef2b8b2..7b845ec 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "lint": "prettier --check .", "format": "prettier --write .", "build": "turbo run build", - "prepublishOnly": "npm run build" + "prepublishOnly": "npm run build", + "type-check": "pnpm --recursive type-check" }, "devDependencies": { "prettier-plugin-organize-imports": "^4.1.0",