diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 6bd0020..d5f4237 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,9 @@ "format": "pnpm run format:code && pnpm run format:imports", "format:code": "biome format . --write && prettier -w \"**/*\" \"!**/*.{md,mdx}\" --ignore-unknown --cache", "format:imports": "biome check --formatter-enabled=false --write", - "check": "astro check" + "check": "astro check", + "prepare": "husky", + "test:pre-commit": ".husky/pre-commit" }, "dependencies": { "@astrojs/markdown-remark": "^6.3.2", @@ -54,6 +56,7 @@ "@types/mdast": "^4.0.4", "@types/turndown": "^5.0.5", "autoprefixer": "^10.4.21", + "husky": "^9.1.7", "pagefind": "^1.3.0", "prettier": "^3.6.2", "prettier-plugin-astro": "0.14.1", |
