Added githooks

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

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

Loading…
Cancel
Save