Skip to content

Commit

Permalink
ignore development files on production env
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
  • Loading branch information
MarioRadu committed Dec 12, 2024
1 parent 8b69410 commit f55d182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/composer-post-install-script.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ function getEnvironment(): string

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

var_dump(getenv('COMPOSER_DEV_MODE'));

array_walk($files, 'copyFile');

0 comments on commit f55d182

Please sign in to comment.