Add startup instructions
Some checks failed
PHP Composer / build (pull_request) Failing after 4s

This commit is contained in:
Armel van Ravels
2024-08-30 22:39:46 +02:00
parent bb1d280731
commit 0c1a339063
4 changed files with 35 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ up:
start: up composer-install
composer-install:
"$(EXEC)" composer install
stop:
docker compose stop
cmd:
@@ -13,3 +15,5 @@ phpstan:
"$(EXEC)" vendor/bin/phpstan analyse src --level 8
cs-fix:
"$(EXEC)" vendor/bin/php-cs-fixer fix --allow-risky=yes
test:
"$(EXEC)" vendor/bin/pest