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 fb14b1a commit bb7adbfCopy full SHA for bb7adbf
Makefile
@@ -168,7 +168,7 @@ composer-dependency-analyser:
168
169
.PHONY: infection
170
infection:
171
- git clone https://github.com/phpstan/build-infection.git || true
+ git -C build-infection pull || git clone https://github.com/phpstan/build-infection.git
172
git -C build-infection fetch origin && git -C build-infection reset --hard origin/1.x
173
composer install --working-dir build-infection --no-interaction --no-progress
174
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> tmp/infection.json5
0 commit comments