]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Replace "npm install" with "npm ci" 23285/head
authorTiago Melo <tspmelo@gmail.com>
Fri, 27 Jul 2018 10:38:41 +0000 (11:38 +0100)
committerTiago Melo <tspmelo@gmail.com>
Tue, 31 Jul 2018 17:07:37 +0000 (18:07 +0100)
commitb4fc13d55472ae1d5597ac1d54e148749799ac11
tree267edc304c24e9f58765433eee6bc0f63e74d0c6
parent7299ee3555d4101bb9848636706224405a054e99
mgr/dashboard: Replace "npm install" with "npm ci"

"npm ci" is the recommended command to install dependencies
in a continuous integration system.

It will make sure node_modules is empty and that the version in
"package-lock.json" match the ones in "package.json"

Signed-off-by: Tiago Melo <tmelo@suse.com>
make-dist
src/pybind/mgr/dashboard/CMakeLists.txt
src/pybind/mgr/dashboard/HACKING.rst
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh