Skip to content

Commit

Permalink
skip lib check for type checking, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jul 31, 2023
1 parent 3d1d727 commit 99eea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"start:local": "SQLITE_FILENAME=anvil.db CHAIN_ID=31337 pnpm start",
"start:testnet": "SQLITE_FILENAME=testnet.db CHAIN_ID=4242 START_BLOCK=19037160 pnpm start",
"start:testnet2": "SQLITE_FILENAME=testnet2.db CHAIN_ID=4243 pnpm start",
"test": "vitest typecheck --run --passWithNoTests"
"test": "tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@latticexyz/block-logs-stream": "workspace:*",
Expand Down

0 comments on commit 99eea46

Please sign in to comment.