anoter attempt

This commit is contained in:
2023-06-01 09:03:31 -05:00
parent 0120890ac4
commit 7dbcbb0a30

View File

@ -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"