Skip to content

Commit

Permalink
Merge pull request #942 from r-cha/patch-1
Browse files Browse the repository at this point in the history
Update cli message with correct command
  • Loading branch information
jondot authored Oct 31, 2024
2 parents e0b50ac + a1fcf4e commit e748f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loco-cli/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn for_options(
match assetopt {
AssetsOption::Clientside => res.push(format!(
"{}: You've selected `{}` for your asset serving configuration.\n\nNext step, build \
your frontend:\n $ cd {}\n $ npm install && npm build\n",
your frontend:\n $ cd {}\n $ npm install && npm run build\n",
"assets".underline(),
"clientside".yellow(),
"frontend/".yellow()
Expand Down

0 comments on commit e748f55

Please sign in to comment.