diff --git a/src/Commands/Package.php b/src/Commands/Package.php index d6c6530..15daf42 100644 --- a/src/Commands/Package.php +++ b/src/Commands/Package.php @@ -415,7 +415,6 @@ protected function syncFiles( string $root, string $destination ): int { } if ( $item->isDir() ) { - $filesystem->mkdir( $destination . DIRECTORY_SEPARATOR . $path ); continue; }