Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Nov 5, 2024
1 parent 1069845 commit d0ac6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private function installComposerScript()
$composerScripts = $composer->scripts ?? (object) [];

if ($composerScripts->{'native:dev'} ?? false) {
note('native:dev script already installed... skipping.');
return;
}

Expand Down

0 comments on commit d0ac6df

Please sign in to comment.