ci(frontend): Enforce consistent yarn.lock + minor DX improvements (#8316)

- ci(frontend): Ensure CI fails if `yarn.lock` is inconsistent with `package.json`
- dx(frontend): Add Prettier check to `lint` script in `package.json`
- dx(frontend): Add `packageManager` to `package.json` for Corepack support
- build(frontend): Use `yarn` consistently in the Dockerfile
This commit is contained in:
Reinier van der Leer
2024-10-11 16:51:15 +02:00
committed by GitHub
parent 992989ee71
commit 74e677baec
5 changed files with 6620 additions and 263 deletions

View File

@@ -149,6 +149,3 @@ To persist data for PostgreSQL and Redis, you can modify the `docker-compose.yml
3. Save the file and run `docker compose up -d` to apply the changes.
This configuration will create named volumes for PostgreSQL and Redis, ensuring that your data persists across container restarts.