From f9a0ac39f6367ff6c56e5e23e794fce29ad13c52 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 2 Mar 2021 10:11:31 +0400 Subject: [PATCH] todo updated --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab4ca81..f543ba7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ HOW TO RUN ---------- ``` -npm install --also=dev +npm ci npm run dev ``` @@ -20,8 +20,7 @@ HOW TO DEPLOY npm run linter npm build -# to preview production release, optional -npm preview +npm preview # optional ``` MORE INFORMATION