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

work around templates_c not existing in git

This commit is contained in:
David Goodwin 2018-12-29 21:59:25 +00:00
parent 5441295e25
commit 63ca48eb6b

View File

@ -7,6 +7,7 @@
"build" : [
"@check-format",
"@lint",
"@templates_c",
"@psalm",
"@test"
],
@ -14,6 +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",
"psalm": "@php ./vendor/bin/psalm --show-info=false "
},
"require": {