fix: typecheck

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-09 15:03:27 +01:00
parent f008fb58e5
commit 9a4aa51975
6 changed files with 14 additions and 28 deletions

View File

@@ -25,7 +25,7 @@
"lint": "biome check .",
"lint:fix": "biome check --write .",
"lint:workspace": "pnpm dlx sherif@latest",
"typecheck": "pnpm -r typecheck",
"typecheck": "pnpm -r --no-bail typecheck",
"update-simple-git-hooks": "npx simple-git-hooks"
},
"simple-git-hooks": {