Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 9387c49a5174da774e6e1a5ef8c9c6f33a4543b2
https://github.com/tribe29/checkmk/commit/9387c49a5174da774e6e1a5ef8c9c6f33…
Author: Philipp Siegmantel <philipp.siegmantel(a)tribe29.com>
Date: 2022-06-01 (Wed, 01 Jun 2022)
Changed paths:
M Makefile
Log Message:
-----------
use `npm ci` instead of `npm install` in Makefile
`npm install` resolves and install dependencies and generates
a new `package-lock.json` file. This is inappropriate for a CI
environment, because specific resolutions might differ locally and
and on the CI machine. Therefore, we should use `npm ci`, as it skips
the resolving part and only installs dependencies based on the
lock file.
Change-Id: Idd7f812a811fbd92e93979b34f61552770a1e19d