husky/test/11_time.sh

11 lines
156 B
JavaScript
Raw Permalink Normal View History

2024-01-25 09:49:33 +08:00
#!/bin/sh
. test/functions.sh
setup
install
npx --no-install husky
git add package.json
2024-07-17 23:41:58 +08:00
echo "echo pre-commit" > .husky/pre-commit
2024-01-25 09:49:33 +08:00
time git commit -m foo