From f950ece8eecd29603b5ad145ee85c421f277c7d8 Mon Sep 17 00:00:00 2001 From: Andy Wang <41224501+andy-t-wang@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:56:15 -0800 Subject: [PATCH] update config --- .github/workflows/ci.yml | 7 ++----- cspell.json | 2 +- tsconfig.json | 2 -- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d473e9..e1546d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,8 @@ jobs: cache: 'pnpm' cache-dependency-path: pnpm-lock.yaml - - name: Clean install - run: | - pnpm store path - pnpm install --frozen-lockfile - pnpm recursive list + - name: Install dependencies + run: pnpm install --frozen-lockfile - name: Run typecheck run: pnpm type-check diff --git a/cspell.json b/cspell.json index f9067c6..68e1d73 100644 --- a/cspell.json +++ b/cspell.json @@ -12,5 +12,5 @@ "yaml", "json" ], - "words": ["idkit", "merkle", "OIDC", "SIWE", "USDCE"] + "words": ["idkit", "merkle", "OIDC", "SIWE", "USDCE", "viem"] } diff --git a/tsconfig.json b/tsconfig.json index eb12733..21409ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,6 @@ { "compilerOptions": { "strict": true, - "rootDir": "src", - "outDir": "build", "declaration": true, "declarationDir": "build", "module": "ESNext",