Add pre-commit commands to install script
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m7s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m7s
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
npm install -g aws-cdk
|
npm install -g aws-cdk
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
|
# Install and configure pre-commit hooks
|
||||||
|
pre-commit install
|
||||||
|
pre-commit install-hooks
|
||||||
|
|
||||||
# Initialize and run database migrations
|
# Initialize and run database migrations
|
||||||
alembic upgrade head
|
alembic upgrade head
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user