From fd200512af757af56b106e158b58f4877a6bd08f Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 3 Oct 2019 17:57:17 +0200 Subject: New attempt for fixing NPM Add registry settings for the build npm install so that we can use new libraries Issue-ID: CLAMP-519 Change-Id: Ia69346f60c66bf6344f475b3060491dffb806124 Signed-off-by: sebdet --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d4e9e1ba..c0f31e93 100644 --- a/pom.xml +++ b/pom.xml @@ -1102,7 +1102,7 @@ compile - install + install --registry https://registry.npmjs.com/ -- cgit 1.2.3-korg