Skip to content

Commit ec3612e

Browse files
authored
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)
1 parent 1dee6e5 commit ec3612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-notices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: mkdir ./src/vscode-bicep-notice/inputs && copy ./src/Bicep.LangServer/obj/project.assets.json ./src/vscode-bicep-notice/inputs/
6666

6767
- name: npm ci
68-
run: npm ci
68+
run: npm ci --install-links
6969
working-directory: ./src/vscode-bicep
7070

7171
- name: npm list -a -json

0 commit comments

Comments
 (0)