mirror of https://github.com/typicode/husky.git
11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
|
|
#!/bin/sh
|
||
|
|
. test/functions.sh
|
||
|
|
setup
|
||
|
|
install
|
||
|
|
|
||
|
|
npx --no-install husky
|
||
|
|
|
||
|
|
git add package.json
|
||
|
|
echo "echo pre-commit" > .husky/pre-commit
|
||
|
|
time git commit -m foo
|