From 95d204f17dcd5b53ef7608fa5795ad3ffc87872d Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:26:39 -0800 Subject: [PATCH] chore: fix lint failures --- synthtool/gcp/templates/node_library/.kokoro/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/node_library/.kokoro/lint.sh b/synthtool/gcp/templates/node_library/.kokoro/lint.sh index f994f2767..c7ffa6438 100755 --- a/synthtool/gcp/templates/node_library/.kokoro/lint.sh +++ b/synthtool/gcp/templates/node_library/.kokoro/lint.sh @@ -20,7 +20,7 @@ export NPM_CONFIG_PREFIX=${HOME}/.npm-global export PATH="${NPM_CONFIG_PREFIX}/bin:${PATH}" # Ensure the npm global directory is writable, otherwise rebuild `npm` -mkdir -p ${NPM_CONFIG_PREFIX} +mkdir -p ${NPM_CONFIG_PREFIX}/lib npm config -g ls || npm i -g npm@`npm --version` cd $(dirname $0)/..