Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 268 Bytes

File metadata and controls

12 lines (9 loc) · 268 Bytes

Code Quality

# php tests (use --filter to run specific tests)
docker compose run --rm backend vendor/bin/phpunit

# phpstan
docker compose run --rm backend vendor/bin/phpstan --memory-limit=1G

# prettier
docker compose run --rm frontend npm run format