From: Tiago Melo Date: Thu, 17 May 2018 13:33:27 +0000 (+0100) Subject: mgr/dashboard: Disable package-lock.json creation X-Git-Tag: v14.0.0~99^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fe365bf715229b381118ffdb1e6e8a9806337efe;p=ceph-ci.git mgr/dashboard: Disable package-lock.json creation Since we are not keeping track of this file, it is better to not generate it. Otherwise we might face some package version conflicts, which break the dashboard build. Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/.npmrc b/src/pybind/mgr/dashboard/frontend/.npmrc new file mode 100644 index 00000000000..43c97e719a5 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/.npmrc @@ -0,0 +1 @@ +package-lock=false