work around templates_c not existing in git

pull/229/head
David Goodwin 6 years ago
parent 5441295e25
commit 63ca48eb6b

@ -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": {

Loading…
Cancel
Save