From 7dbcbb0a30929572dc882c6a712d41a8fdc3a6bc Mon Sep 17 00:00:00 2001 From: nhyatt Date: Thu, 1 Jun 2023 09:03:31 -0500 Subject: [PATCH] anoter attempt --- build-k8s-lenz.jenkins | 1 - 1 file changed, 1 deletion(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index 33e285c..2460f84 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -169,7 +169,6 @@ pipeline { mkdir -p "/home/node/.npm" printf '%s\\n' "Configuring NODE" npm config set prefix="/home/node/.npm" - npm config set unsafe-perm true npm cache verify printf '%s\\n' "Changing directory" cd "${workspace}/lens"