troubleshooting the pre-commit hook
This commit is contained in:
parent
5adcbf85fa
commit
73bfffd061
1 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@
|
|||
echo "pre-commit: Refreshing packwiz"
|
||||
cd src
|
||||
packwiz refresh
|
||||
#echo "pre-commit: Adding changes to git"
|
||||
#git add .
|
||||
#git commit --amend --no-edit
|
||||
echo "pre-commit: Done"
|
||||
|
|
Reference in a new issue