mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
fixes bad node_modules cache usage (#171725)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user