Merge branch 'snabbdom:master' into master
commit
8ed42e2af3
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm exec commithelper -- check --file $1 --fix
|
||||
./node_modules/.bin/commithelper check --file $1 --fix
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm exec -- lint-staged
|
||||
./node_modules/.bin/lint-staged
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
exec < /dev/tty && npm exec commithelper -- prompt --file $1
|
||||
exec < /dev/tty && ./node_modules/.bin/commithelper prompt --file $1
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue