moar yarnn
This commit is contained in:
parent
34b3ef7e32
commit
4644dbe5b4
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue