From 9423f05fd478366e093e1a1beff8b17c98424d37 Mon Sep 17 00:00:00 2001 From: Robert Chandler Date: Wed, 30 Oct 2024 14:19:16 -0700 Subject: [PATCH] Update messages.rs --- loco-cli/src/messages.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loco-cli/src/messages.rs b/loco-cli/src/messages.rs index a977e061d..a6358c305 100644 --- a/loco-cli/src/messages.rs +++ b/loco-cli/src/messages.rs @@ -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()