Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 49265e2

Browse files
authored
Update Makefile
1 parent 6614e6c commit 49265e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ installdocker:
5252
testdocker:
5353
docker-compose run --rm php sh -c 'vendor/bin/phpunit'
5454

55-
efs: # Everything From Scratch
56-
make clean_all; make up; make migrate; make cli; echo "---- ./vendor/bin/phpunit ----"
55+
efs: clean_all up migrate # Everything From Scratch
5756

5857
.PHONY: all check-style fix-style install test clean clean_all up cli installdocker migrate testdocker efs
5958

0 commit comments

Comments
 (0)