#!/bin/sh

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