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 19e54a3507
commit 246a94cc7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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