From 246a94cc7be9b2ab79c5349248f4601e8f1a441b Mon Sep 17 00:00:00 2001 From: Meow <44354927+meow-tsx@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:25:54 +0000 Subject: [PATCH] use npm ci instead of npm i. The command `npm ci` is preferred over `npm i` when there is a package-lock.json file because it ensures a consistent and reproducible installation of dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc559ef..5c6c376 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati ## Installation ```sh -npm i +npm ci ``` ## Local Development