File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
ifneq ("$(shell whoami) ", "skpr")
10
10
EXEC =$(DOCKER_COMPOSE ) exec -T php-cli
11
+ EXEC_APP =$(DOCKER_COMPOSE ) exec -w /data/app -T php-cli
11
12
endif
12
13
13
14
DRUSH =$(EXEC ) ./bin/drush
@@ -46,10 +47,10 @@ switch:
46
47
$(GIT_SWITCH ) $(BRANCH )
47
48
48
49
phpstan :
49
- $(EXEC ) ./ bin/phpstan --configuration=app /core/phpstan.neon.dist --memory-limit=1G
50
+ $(EXEC_APP ) /data/ bin/phpstan --configuration=. /core/phpstan.neon.dist --memory-limit=1G
50
51
51
52
phpstan-baseline :
52
- $(EXEC ) ./ bin/phpstan --configuration=app /core/phpstan.neon.dist --generate-baseline=app /core/.phpstan-baseline.php --memory-limit=1G
53
+ $(EXEC_APP ) /data/ bin/phpstan --configuration=. /core/phpstan.neon.dist --generate-baseline=. /core/.phpstan-baseline.php --memory-limit=1G
53
54
54
55
9.3 : php8.0
55
56
$(GIT_SWITCH ) 9.3.x
You can’t perform that action at this time.
0 commit comments