From abcca9e54a0ec7aaf94c55f0531aea67a3917e55 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 21 Oct 2023 19:08:21 +0200 Subject: [PATCH] fix(templates): commands in readme --- templates/basic/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/basic/README.md b/templates/basic/README.md index 8b26587..b7f2f72 100644 --- a/templates/basic/README.md +++ b/templates/basic/README.md @@ -32,9 +32,9 @@ From the root of your project, you can run the following. | Command | Result | | --- | --- | | npm start | Start the dev server | -| npm prepare | Prepare the app | -| npm build | Locally generate the app's build files to `./output` | -| npm preview | Preview the built app locally | +| npm run prepare | Prepare the app | +| npm run build | Locally generate the app's build files to `./output` | +| npm run preview | Preview the built app locally | ## More info