From 862d755b17aa5178c94b8cb957bfd69f410564a8 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 18 Oct 2017 01:51:24 +0300 Subject: remove the node modules clean up as discussed to speed up the build we will not remove the node modules current build with this disabled executes in 15 minutes. Change-Id: Iea276060e8367028af15b36ee8a9d480061895e8 Issue-Id: SDC-375 Signed-off-by: Michael Lando --- openecomp-ui/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index a53aee98c0..0e9c245910 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -36,17 +36,17 @@ ${basedir}/dist - - ${basedir}/node_modules - + + + ${basedir}/../dox-sequence-diagram-ui/dist - - ${basedir}/../dox-sequence-diagram-ui/node_modules - - + + + + -- cgit 1.2.3-korg