]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Disable package-lock.json creation 22061/head
authorTiago Melo <tmelo@suse.com>
Thu, 17 May 2018 13:33:27 +0000 (14:33 +0100)
committerTiago Melo <tmelo@suse.com>
Thu, 17 May 2018 13:33:27 +0000 (14:33 +0100)
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 <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/.npmrc [new file with mode: 0644]

diff --git a/src/pybind/mgr/dashboard/frontend/.npmrc b/src/pybind/mgr/dashboard/frontend/.npmrc
new file mode 100644 (file)
index 0000000..43c97e7
--- /dev/null
@@ -0,0 +1 @@
+package-lock=false