moar yarnn

This commit is contained in:
Core 2023-05-09 21:49:18 +01:00
parent 34b3ef7e32
commit 4644dbe5b4
No known key found for this signature in database

View file

@ -38,6 +38,10 @@ jobs:
path: $(YARN_CONFIG_CACHE)
displayName: Cache yarn
- script: |
yarn set version from sources
displayName: "Setup yarn"
# Install dependencies (immutable for non-PR builds)
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- script: yarn install --immutable-cache
@ -88,6 +92,10 @@ jobs:
path: $(YARN_CONFIG_CACHE)
displayName: Cache yarn
- script: |
yarn set version from sources
displayName: "Setup yarn"
# Install dependencies (immutable for non-PR builds)
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- script: yarn install --immutable