5 changed files with 12 additions and 12 deletions
@ -0,0 +1,4 @@ |
|||||
|
#!/bin/sh |
||||
|
. "$(dirname "$0")/_/husky.sh" |
||||
|
|
||||
|
npx husky add .husky/commit-msg "npx --no-install commitlint --edit $1" |
@ -1,4 +1,4 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
. "$(dirname "$0")/_/husky.sh" |
. "$(dirname "$0")/_/husky.sh" |
||||
|
|
||||
npm test |
npx lint-staged |
||||
|
Loading…
Reference in new issue