diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d63776cd..2785f211 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: # displayName: Cache yarn - script: | - rm -rf $(Pipeline.Workspace)/.yarn/cache + yarn config -v yarn config unset configCache displayName: "Setup yarn v3"