Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

File metadata and controls

13 lines (10 loc) · 314 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
docker compose run --rm embed npm run format