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