Skip to content

Commit 1d7da85

Browse files
fix: cache path
1 parent 47602df commit 1d7da85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipeline/build_frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
restoreKeys: |
6262
yarn | "$(Agent.OS)"
6363
yarn
64-
path: $(Pipeline.Workspace)/.yarn/cache
64+
path: $(System.DefaultWorkingDirectory)/frontend/.yarn/cache
6565
continueOnError: true
6666

6767
# ---------------------------------------------------
@@ -74,7 +74,7 @@ jobs:
7474
displayName: "📥 Install dependencies"
7575
workingDirectory: $(System.DefaultWorkingDirectory)/frontend
7676
env:
77-
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn/cache
77+
YARN_CACHE_FOLDER: $(System.DefaultWorkingDirectory)/frontend/.yarn/cache
7878
7979
# ---------------------------------------------------
8080
# Code Quality Checks (PR only)

0 commit comments

Comments
 (0)