From 63ca48eb6b7a21c767a9224b0ecfc95558953bd7 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 29 Dec 2018 21:59:25 +0000 Subject: [PATCH] work around templates_c not existing in git --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 19b5b53f..4a369671 100644 --- a/composer.json +++ b/composer.json @@ -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": {