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.
This commit is contained in:
Meow 2024-07-27 09:25:54 +00:00 committed by GitHub
parent 6a06ba443e
commit bbbc6a99fc

View File

@ -5,7 +5,7 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
## Installation
```sh
npm i
npm ci
```
## Local Development