We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d22b8 commit 666dc48Copy full SHA for 666dc48
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: build up down test test-unit fix-cs install shell logs clean
+.PHONY: build up down test test-unit phpstan rector fix-cs install shell logs clean
2
3
# Build the Docker image
4
build:
@@ -23,6 +23,9 @@ test: up
23
phpstan: up
24
docker compose exec php vendor/bin/phpstan
25
26
+rector: up
27
+ docker compose exec php vendor/bin/rector
28
+
29
# Run unit tests specifically
30
test-unit: up
31
docker compose exec php vendor/bin/phpunit tests/unit
0 commit comments