chore: update package.json
| | |
| | | "hook:commit": "lint-staged --config .lintstagedrc.js", |
| | | "hook:push": "node scripts/test-hugo-quickstart.ts", |
| | | "lint:links": "lychee --config lychee.toml public", |
| | | "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}", |
| | | "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}", |
| | | "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}", |
| | | "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}", |
| | | "prepare": "simple-git-hooks install", |
| | | "release": "release-it --config .release-it.ts", |
| | | "release:pre": "release-it --preRelease=prerelease --config .release-it.ts", |