Skip to content

Commit 9263c68

Browse files
committed
Add template folder for site-types in phar
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 584ae2b commit 9263c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/make-phar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ function get_composer_versions( $current_version ) {
242242
->files()
243243
->ignoreDotFiles(false)
244244
->in(EE_VENDOR_DIR . '/easyengine/*-command/templates')
245+
->in(EE_VENDOR_DIR . '/easyengine/site-type-*/templates')
245246
->name('*.mustache')
246247
->name('.env.mustache');
247248

0 commit comments

Comments
 (0)