We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e740968 commit 5e97140Copy full SHA for 5e97140
Makefile
@@ -167,7 +167,7 @@ composer-dependency-analyser:
167
168
.PHONY: infection
169
infection:
170
- git clone https://github.com/phpstan/build-infection.git || true
+ git -C build-infection pull || git clone https://github.com/phpstan/build-infection.git
171
git -C build-infection fetch origin && git -C build-infection reset --hard origin/1.x
172
composer install --working-dir build-infection --no-interaction --no-progress
173
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> tmp/infection.json5
0 commit comments