From: Ricardo Marques Date: Wed, 21 Mar 2018 11:26:08 +0000 (+0000) Subject: mgr/dashboard: ng serve should not delete fontend dist dir X-Git-Tag: wip-pdonnell-testing-20180329.205607~77^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa407f5dc7993e899a177f8c4068313d5c194d06;p=ceph-ci.git mgr/dashboard: ng serve should not delete fontend dist dir Signed-off-by: Ricardo Marques --- diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 245d980a305..653bce9b744 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",