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" : [ "build" : [
"@check-format", "@check-format",
"@lint", "@lint",
"@templates_c",
"@psalm", "@psalm",
"@test" "@test"
], ],
@ -14,6 +15,7 @@
"format": "php-cs-fixer fix --ansi", "format": "php-cs-fixer fix --ansi",
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php .", "lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php .",
"test": "@php ./vendor/bin/phpunit tests/", "test": "@php ./vendor/bin/phpunit tests/",
"templates_c": "mkdir -p templates_c",
"psalm": "@php ./vendor/bin/psalm --show-info=false " "psalm": "@php ./vendor/bin/psalm --show-info=false "
}, },
"require": { "require": {

Loading…
Cancel
Save