From fa407f5dc7993e899a177f8c4068313d5c194d06 Mon Sep 17 00:00:00 2001 From: Ricardo Marques Date: Wed, 21 Mar 2018 11:26:08 +0000 Subject: [PATCH] mgr/dashboard: ng serve should not delete fontend dist dir Signed-off-by: Ricardo Marques --- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 245d980a30593..653bce9b7440b 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve", + "start": "ng serve --delete-output-path false", "build": "ng build", "test": "ng test", "lint": "ng lint", -- 2.39.5