From ec3612efc7fbc3f3b674970e2884889abb41eff5 Mon Sep 17 00:00:00 2001 From: Marcin Jastrzebski Date: Tue, 17 Sep 2024 16:02:55 -0700 Subject: [PATCH] Added --install-links to fix the TPN workflow (#15102) Added --install-links to fix the TPN workflow. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15102) --- .github/workflows/update-notices.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-notices.yml b/.github/workflows/update-notices.yml index da7c5351b4c..d931c1c4e3c 100644 --- a/.github/workflows/update-notices.yml +++ b/.github/workflows/update-notices.yml @@ -65,7 +65,7 @@ jobs: run: mkdir ./src/vscode-bicep-notice/inputs && copy ./src/Bicep.LangServer/obj/project.assets.json ./src/vscode-bicep-notice/inputs/ - name: npm ci - run: npm ci + run: npm ci --install-links working-directory: ./src/vscode-bicep - name: npm list -a -json