浏览代码

chore: husky config

richard1015 4 年之前
父节点
当前提交
65cf81ec3c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .husky/commit-msg

+ 1 - 1
.husky/commit-msg

@@ -1,4 +1,4 @@
 #!/bin/sh
 . "$(dirname "$0")/_/husky.sh"
 
-npx commitlint --edit $1    
+npx --no-install commitlint --edit "$1"