Skip to content

Commit d6da938

Browse files
committed
Remove unused sfbuild Makefile target
The sfbuild target was a duplicate of build wrapped with the Symfony CLI. It was not referenced anywhere (CI, docs, Dockerfile) and was the only reason composer.phar was committed in the repo. https://claude.ai/code/session_01Y23jrgXnJ6Av6Gf6LdwhMx
1 parent 777d4b5 commit d6da938

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ build: ## it launches all the build
4444
bin/psalm.phar --no-cache
4545
bin/phpunit
4646

47-
sfbuild: ## it launches all the build
48-
symfony composer install
49-
PHP_CS_FIXER_IGNORE_ENV=1 symfony php bin/php-cs-fixer fix -v
50-
symfony php bin/psalm
51-
symfony php bin/phpunit
52-
5347
dt: ##it launches tests using container
5448
docker run --rm -it --entrypoint= -v $(PWD):/arkitect phparkitect make test
5549

0 commit comments

Comments
 (0)