mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
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: