From: Afreen Misbah Date: Tue, 25 Nov 2025 06:41:10 +0000 (+0530) Subject: mgr/dashboard: Remove ng script X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66402%2Fhead;p=ceph.git mgr/dashboard: Remove ng script - the angualr CLI is replaced by NX - hence the script wont work anymore Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 0661700d961b..5a24c662efd5 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -6,7 +6,6 @@ "locale": "en-US" }, "scripts": { - "ng": "ng", "start": "npm run env_build && nx serve --host 0.0.0.0 --ssl", "build": "npm run env_build && nx build --skip-nx-cache --configuration=$npm_package_config_locale", "build:localize": "node cd --env --pre && nx build --localize",