From eb76821ea600f24910464f01b4d8d22b21bf1ef9 Mon Sep 17 00:00:00 2001 From: Sergii Kipot Date: Wed, 24 May 2017 12:57:05 +0200 Subject: [PATCH] TT#15750 Add our own npm registry cache to .npmrc From now we have npmlazy cache available so let's use it wherever possible. Exact dependencies versions must be controlled via npm-shrinkwrap.json file otherwise we have no guarantee each time package is build with the same dependencies tree. Change-Id: I67653a8a4da1021b36f59474eb8f8112e37ae215 --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 4feb07d..838ad42 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -save-prefix = \ No newline at end of file +save-prefix = +registry = https://npm-registry.sipwise.com/