#!/bin/sh

cd /usr/share/ceph/mgr/dashboard/frontend
NG_CLI_ANALYTICS=false npm ci --userconfig "$(pwd)"/.npmrc
exit 0
