Skip to content

Commit 666dc48

Browse files
committed
Add rector target
1 parent c1d22b8 commit 666dc48

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: build up down test test-unit fix-cs install shell logs clean
1+
.PHONY: build up down test test-unit phpstan rector fix-cs install shell logs clean
22

33
# Build the Docker image
44
build:
@@ -23,6 +23,9 @@ test: up
2323
phpstan: up
2424
docker compose exec php vendor/bin/phpstan
2525

26+
rector: up
27+
docker compose exec php vendor/bin/rector
28+
2629
# Run unit tests specifically
2730
test-unit: up
2831
docker compose exec php vendor/bin/phpunit tests/unit

0 commit comments

Comments
 (0)