Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 12, 2022
1 parent 053cec5 commit cde98d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Console/InstallsBladeStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ protected function installBladeStack()
copy(__DIR__.'/../../stubs/default/resources/js/app.js', resource_path('js/app.js'));

$this->info('Breeze scaffolding installed successfully.');
$this->comment('Please execute the "npm install && npm run dev" command to build your assets.');
$this->comment('Please execute the "npm install" && "npm run dev" commands to build your assets.');
}
}
4 changes: 2 additions & 2 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function installInertiaVueStack()
}

$this->info('Breeze scaffolding installed successfully.');
$this->comment('Please execute the "npm install && npm run dev" command to build your assets.');
$this->comment('Please execute the "npm install" && "npm run dev" commands to build your assets.');
}

/**
Expand Down Expand Up @@ -194,7 +194,7 @@ protected function installInertiaReactStack()
}

$this->info('Breeze scaffolding installed successfully.');
$this->comment('Please execute the "npm install && npm run dev" command to build your assets.');
$this->comment('Please execute the "npm install" && "npm run dev" commands to build your assets.');
}

/**
Expand Down

1 comment on commit cde98d0

@laserhybiz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&&and

Please sign in to comment.