Skip to content

Commit

Permalink
Update makefile box compile
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
  • Loading branch information
Andreas Frömer committed Jan 4, 2022
1 parent ee26e38 commit 775c5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -36,7 +36,7 @@ csfix: ## Run phpcs fixer
docker compose run php$(PHP_VERSION) vendor/bin/phpcbf

box: ## Compile /build/composer-unused.phar
docker compose run php$(PHP_VERSION) php box.phar compile
docker compose run php$(PHP_VERSION) php .phive/box.phar compile

ssh: ## SSH into container
docker compose run php$(PHP_VERSION) /bin/sh
Expand Down

0 comments on commit 775c5bd

Please sign in to comment.