mirror of
https://github.com/open-webui/docs.git
synced 2026-07-18 20:55:02 -04: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: