Skip to content

Commit f55d182

Browse files
committed
ignore development files on production env
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
1 parent 8b69410 commit f55d182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/composer-post-install-script.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ function getEnvironment(): string
5353

5454
echo "Using environment setting: " . getEnvironment() . PHP_EOL;
5555

56+
var_dump(getenv('COMPOSER_DEV_MODE'));
57+
5658
array_walk($files, 'copyFile');

0 commit comments

Comments
 (0)