Files
2024-06-21 16:43:02 +01:00

9 lines
151 B
Bash

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Run the node script
node version/git-version.js
# Add the changes made by the script
git add .