E578
Skip to content

Update cli message with correct command#942

Merged
jondot merged 2 commits intoloco-rs:masterfrom
r-cha:patch-1
Oct 31, 2024
Merged

Update cli message with correct command#942
jondot merged 2 commits intoloco-rs:masterfrom
r-cha:patch-1

Conversation

@r-cha
Copy link
Copy Markdown
Contributor
@r-cha r-cha commented Oct 30, 2024

With a fresh project, using SaaS template with frontend assets, the CLI instructs the user:

Next step, build your frontend:
  $ cd frontend/
  $ npm install && npm build

but this causes

Unknown command: "build"


Did you mean this?
  npm run build # run the "build" package script
To see a list of supported npm commands, run:
  npm help

The obvious fix is to print the proper message, npm run build.

@jondot jondot merged commit e748f55 into loco-rs:master Oct 31, 2024
@r-cha r-cha deleted the patch-1 branch October 31, 2024 18:07
@jondot jondot added this to the 0.13.0 milestone Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0