From 5337881a3c4acaacc10766afa72c4dd75f13025b Mon Sep 17 00:00:00 2001 From: Andrea Di Giorgi Date: Mon, 8 Aug 2016 10:52:27 -0700 Subject: [PATCH] LPS-66906 Update NPM registry mirror URL --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index ee8943baf002a6..870ca64219fd8b 100644 --- a/build.properties +++ b/build.properties @@ -188,7 +188,7 @@ # Set the registry URL to use when invoking NPM via Gradle in a Jenkins # environment. Leave the property empty to use the default NPM registry. # - nodejs.npm.ci.registry=http://lrdcom-vm-110.lax.liferay.com:4873 + nodejs.npm.ci.registry=http://mirrors.lax.liferay.com:4873 # # Set the credentials to use when publishing NPM modules via Gradle.