Skip to content

Commit 4317e29

Browse files
committed
fix(ci): add automatic config creation
1 parent 96683ce commit 4317e29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"pre-install-cmd": [
3636
"composer check-platform-reqs"
3737
],
38+
"post-autoload-dump": [
39+
"php -r \"if (!file_exists('app/config/config.php')) copy('app/config/config_sample.php', 'app/config/config.php');\""
40+
],
3841
"pre-update-cmd": [
3942
"composer check-platform-reqs"
4043
],

0 commit comments

Comments
 (0)