Remove pnpm
This commit is contained in:
parent
6b0304a562
commit
ae82ea64d1
1 changed files with 0 additions and 12 deletions
|
@ -38,12 +38,6 @@ jobs:
|
||||||
path: $(YARN_CONFIG_CACHE)
|
path: $(YARN_CONFIG_CACHE)
|
||||||
displayName: Cache yarn
|
displayName: Cache yarn
|
||||||
|
|
||||||
- script: |
|
|
||||||
corepack enable
|
|
||||||
corepack prepare pnpm@latest --activate
|
|
||||||
pnpm config set store-dir $(PNPM_CONFIG_CACHE)
|
|
||||||
displayName: "Setup pnpm"
|
|
||||||
|
|
||||||
# Install dependencies (frozen-lockfile for non-PR builds)
|
# Install dependencies (frozen-lockfile for non-PR builds)
|
||||||
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
||||||
- script: yarn --immutable
|
- script: yarn --immutable
|
||||||
|
@ -94,12 +88,6 @@ jobs:
|
||||||
path: $(YARN_CONFIG_CACHE)
|
path: $(YARN_CONFIG_CACHE)
|
||||||
displayName: Cache yarn
|
displayName: Cache yarn
|
||||||
|
|
||||||
- script: |
|
|
||||||
corepack enable
|
|
||||||
corepack prepare pnpm@latest --activate
|
|
||||||
pnpm config set store-dir $(PNPM_CONFIG_CACHE)
|
|
||||||
displayName: "Setup pnpm"
|
|
||||||
|
|
||||||
# Install dependencies (frozen-lockfile for non-PR builds)
|
# Install dependencies (frozen-lockfile for non-PR builds)
|
||||||
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
||||||
- script: yarn --immutable
|
- script: yarn --immutable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue