diff --git a/bun.lockb b/bun.lockb index b7524f52..27ec7b10 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/lefthook.yml b/lefthook.yml index a40679ed..2094db5d 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -13,4 +13,4 @@ pre-commit: run: if [ "$(git branch --show-current)" == "main" ]; then echo "Cannot make commit on main! aborting..."; exit 1; fi cspell: glob: "*" - run: bunx cspell --quiet -- {staged_files} + run: bunx cspell --quiet . diff --git a/package.json b/package.json index a648064a..b3cfdd5a 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,13 @@ "license": "ISC", "devDependencies": { "@biomejs/biome": "^1.9.1", - "typescript": "^5.6.2" + "@types/bun": "^1.1.10", + "lefthook": "^1.8.2", + "typescript": "^5.6.2", + "cspell": "^8.14.4" }, "dependencies": { - "@types/bun": "^1.1.10", - "cspell": "^8.14.4", "zod": "^3.23.8" }, - "trustedDependencies": ["@biomejs/biome"] + "trustedDependencies": ["@biomejs/biome", "lefthook"] }