Skip to content

Commit d45b2e0

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

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
@@ -49,4 +49,6 @@ function getEnvironment(): string
4949
],
5050
];
5151

52+
echo "Using environment setting : " . getEnvironment() . PHP_EOL;
53+
5254
array_walk($files, 'copyFile');

0 commit comments

Comments
 (0)