Skip to content

Commit ebc1193

Browse files
committed
Fix and simplify makefile
1 parent f34ebf2 commit ebc1193

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Makefile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
.PHONY: test
2-
3-
develop: update-submodules
4-
composer install --dev
5-
make setup-git
6-
7-
update-submodules:
8-
git submodule init
9-
git submodule update
1+
.PHONY: pre-commit-check
102

113
cs:
124
vendor/bin/php-cs-fixer fix --verbose
@@ -18,7 +10,7 @@ phpstan:
1810
vendor/bin/phpstan analyze
1911

2012
psalm:
21-
vendor/bin/psalm
13+
vendor/bin/psalm
2214

2315
test:
2416
vendor/bin/phpunit

0 commit comments

Comments
 (0)