0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

touch config.local.php in build

This commit is contained in:
David Goodwin 2018-12-29 22:03:32 +00:00
parent 63ca48eb6b
commit 4d6cb9c328

View File

@ -7,7 +7,7 @@
"build" : [
"@check-format",
"@lint",
"@templates_c",
"@test-fixup",
"@psalm",
"@test"
],
@ -15,7 +15,7 @@
"format": "php-cs-fixer fix --ansi",
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php .",
"test": "@php ./vendor/bin/phpunit tests/",
"templates_c": "mkdir -p templates_c",
"test-fixup": "mkdir -p templates_c ; test -f config.local.php || touch config.local.php",
"psalm": "@php ./vendor/bin/psalm --show-info=false "
},
"require": {