From d0acd1501307b219e22208f298eb338d8e73bce9 Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Tue, 25 Nov 2025 12:11:10 +0530 Subject: [PATCH] mgr/dashboard: Remove ng script - the angualr CLI is replaced by NX - hence the script wont work anymore Signed-off-by: Afreen Misbah --- src/pybind/mgr/dashboard/frontend/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 0661700d961..5a24c662efd 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", -- 2.47.3