We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db31bf commit f47247aCopy full SHA for f47247a
Makefile
@@ -37,7 +37,7 @@ fix-style: php-cs-fixer.phar
37
$(DOCKER_PHP) vendor/bin/indent --spaces .php_cs.dist
38
$(DOCKER_PHP) ./php-cs-fixer.phar fix src/ --diff
39
40
-install: composer.lock yarn.lock
+install:
41
$(DOCKER_PHP) composer install --prefer-dist --no-interaction --no-progress --ansi
42
$(DOCKER_NODE) yarn install
43
0 commit comments