Add pre-commit commands to install script
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m7s

This commit is contained in:
2025-05-28 22:05:13 -05:00
parent 02913c7385
commit 6d506122d9

View File

@@ -4,6 +4,10 @@
npm install -g aws-cdk
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
alembic upgrade head