updated install.sh dev install to setup pre-commit hook as well

This commit is contained in:
Blake Harnden 2020-03-05 13:44:32 -08:00
parent d8cf1373da
commit 81382f2899

View file

@ -90,6 +90,7 @@ case ${os} in
build_core build_core
install_dev_core install_dev_core
python3 -m pipenv sync --dev python3 -m pipenv sync --dev
python3 -m pipenv run pre-commit install
fi fi
;; ;;
"centos") "centos")
@ -113,6 +114,7 @@ case ${os} in
install_dev_core install_dev_core
sudo python3 -m pipenv sync --dev sudo python3 -m pipenv sync --dev
python3 -m pipenv sync --dev python3 -m pipenv sync --dev
python3 -m pipenv run pre-commit install
fi fi
;; ;;
*) *)