Cache
This commit is contained in:
parent
8d1dba2977
commit
34b3ef7e32
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
# Install dependencies (immutable for non-PR builds)
|
||||
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- script: yarn install --immutable
|
||||
- script: yarn install --immutable-cache
|
||||
displayName: "Install Dependencies"
|
||||
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- script: yarn install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue