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 <[email protected]>
  • Loading branch information
MarioRadu committed Dec 12, 2024
1 parent 94511b8 commit d45b2e0
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 @@ -49,4 +49,6 @@ function getEnvironment(): string
],
];

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

array_walk($files, 'copyFile');

0 comments on commit d45b2e0

Please sign in to comment.