Skip to content

Commit

Permalink
Added --install-links to fix the TPN workflow (#15102)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
majastrz committed Sep 17, 2024
1 parent 1dee6e5 commit ec3612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-notices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec3612e

Please sign in to comment.