diff --git a/.husky/pre-commit b/.husky/pre-commit index 93dd9116..77492786 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -pnpm run format \ No newline at end of file +pnpm run format && cd ./apps/web && pnpm run lint:fix \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 7ab4a9f7..190320c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,8 +13,7 @@ services: condition: service_healthy redis: condition: service_healthy - mongo: - condition: service_healthy + db: image: postgres:16-alpine restart: always