From 7546f82faef6602c0ec666ec6befc647cf3521b8 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 18 Oct 2017 01:51:24 +0300 Subject: [PATCH] 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 206c1854d5..a5eaeef39a 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 - - + + + + -- 2.16.6