Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang committed Jan 9, 2025
1 parent cb980e6 commit f950ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"yaml",
"json"
],
"words": ["idkit", "merkle", "OIDC", "SIWE", "USDCE"]
"words": ["idkit", "merkle", "OIDC", "SIWE", "USDCE", "viem"]
}
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"compilerOptions": {
"strict": true,
"rootDir": "src",
"outDir": "build",
"declaration": true,
"declarationDir": "build",
"module": "ESNext",
Expand Down

0 comments on commit f950ece

Please sign in to comment.