Skip to content

Commit 041ba58

Browse files
committed
feat: add spacing for vendor theme warning in build process
1 parent 5a9891d commit 041ba58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/ThemeBuilder/MagentoStandard/Builder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public function build(string $themeCode, string $themePath, SymfonyStyle $io, Ou
5757
// Check if this is a vendor theme (read-only, pre-built assets)
5858
if ($this->isVendorTheme($themePath)) {
5959
$io->warning('Vendor theme detected. Skipping Grunt steps.');
60+
$io->newLine(2);
6061
} elseif ($this->hasNodeSetup()) {
6162
if (!$this->processNodeSetup($themePath, $io, $output, $isVerbose)) {
6263
return false;

0 commit comments

Comments
 (0)