Skip to content

Commit

Permalink
fixes bad node_modules cache usage (#171725)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jan 19, 2023
1 parent 5ae522f commit 5bb0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines/darwin/product-build-darwin-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:

- script: |
mkdir -p .build
node build/azure-pipelines/common/computeNodeModulesCacheKey.js x64 > .build/yarnlockhash
node build/azure-pipelines/common/computeNodeModulesCacheKey.js $VSCODE_ARCH > .build/yarnlockhash
node build/azure-pipelines/common/computeBuiltInDepsCacheKey.js > .build/builtindepshash
displayName: Prepare yarn cache flags
Expand Down

0 comments on commit 5bb0a22

Please sign in to comment.