We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584ae2b commit 9263c68Copy full SHA for 9263c68
utils/make-phar.php
@@ -242,6 +242,7 @@ function get_composer_versions( $current_version ) {
242
->files()
243
->ignoreDotFiles(false)
244
->in(EE_VENDOR_DIR . '/easyengine/*-command/templates')
245
+ ->in(EE_VENDOR_DIR . '/easyengine/site-type-*/templates')
246
->name('*.mustache')
247
->name('.env.mustache');
248
0 commit comments