1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

build(deps-dev): install husky and commitlint locally

Signed-off-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
This commit is contained in:
Cotes Chung
2024-01-13 22:13:15 +08:00
parent 96bdd7c1dd
commit c5d11441bc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no -- commitlint -x $(npm root -g)/@commitlint/config-conventional --edit
npx --no -- commitlint --edit ${1}