Skip to content

Commit

Permalink
Make sure node-gyp is installed (#194492)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Oct 2, 2023
1 parent cf871f9 commit fdb9883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ steps:
- script: |
set -e
export npm_config_arch=$(VSCODE_ARCH)
export npm_config_node_gyp=$(which node-gyp)
npm i -g node-gyp
for i in {1..5}; do # try 5 times
yarn --frozen-lockfile --check-files && break
Expand Down

0 comments on commit fdb9883

Please sign in to comment.