Skip to content

Commit 4e55999

Browse files
authored
Update DevelopCommand.php
1 parent 340e503 commit 4e55999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Commands/DevelopCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ public function handle(): void
2424
if (! $this->option('no-dependencies')) {
2525
$this->installNPMDependencies(
2626
force: ! $this->option('no-dependencies'),
27-
installer: $this->option('installer'
28-
)
27+
installer: $this->option('installer')
2928
);
3029
}
3130

0 commit comments

Comments
 (0)