This commit is contained in:
Core 2023-05-09 21:43:39 +01:00
parent 8d1dba2977
commit 34b3ef7e32
No known key found for this signature in database

View file

@ -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