mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
9 lines
151 B
Bash
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 .
|