composer req andersundsehr/no-ci
This plugin adds the possibility to add @no-ci
/@ci
to any composer script.
you can Add it in front of every possible composer script. documentation
{
"scripts": {
"test": [
"@no-ci @php vendor/bin/phpunit -c phpunit.xml",
"@ci @php vendor/bin/phpunit -c phpunit-ci.xml"
],
"other:examples": [
"@no-ci Composer\\Config::disableProcessTimeout",
"@no-ci @clearCache",
"@no-ci @composer install",
"@no-ci @php script.php",
"@no-ci @putenv COMPOSER=phpstan-composer.json",
"@no-ci ls -alh"
],
"clearCache": "rm -rf var"
}
}
If something did not work 😮
or you appreciate this Extension 🥰 let us know.
We are hiring https://www.andersundsehr.com/karriere/