updated install.sh dev install to setup pre-commit hook as well
This commit is contained in:
parent
d8cf1373da
commit
81382f2899
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue