Files
doneit-web/.husky/pre-commit
T

9 lines
151 B
Bash
Raw Normal View History

2024-06-21 14:37:07 +01:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
2022-12-28 14:04:57 +01:00
2024-06-21 16:43:02 +01:00
# Run the node script
2024-06-21 14:37:07 +01:00
node version/git-version.js
2024-06-21 16:43:02 +01:00
# Add the changes made by the script
git add .