From 4cb3f97af2a1b43611f2737d3309acce11915ca8 Mon Sep 17 00:00:00 2001 From: Joey Cozza Date: Thu, 28 Feb 2019 10:38:04 -0700 Subject: [PATCH] adding npmrc with package-lock=false for the hf option (where snow is included) so so appdynamics doesnt fail --- packages/react-scripts/template-hf/.npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/react-scripts/template-hf/.npmrc diff --git a/packages/react-scripts/template-hf/.npmrc b/packages/react-scripts/template-hf/.npmrc new file mode 100644 index 00000000000..43c97e719a5 --- /dev/null +++ b/packages/react-scripts/template-hf/.npmrc @@ -0,0 +1 @@ +package-lock=false