Added githooks

master
Brady McDonough 2 years ago
parent 056faf5b73
commit 98e7f68a60

@ -18,7 +18,7 @@ function clean {
function update {
composer update
$rv = $?
$rv=$?
if [[ $rv > 0 ]]; then
composer dumpautoload -v
fi

Loading…
Cancel
Save