Skip to content

Commit

Permalink
fix(azure): separate pnpm config cache setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Ortiz committed Jun 6, 2024
1 parent 2f32ec6 commit 3d2bfd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ stages:
- script: |
corepack enable
corepack prepare [email protected] --activate
pnpm config set store-dir $(pnpm_config_cache)
displayName: "Setup pnpm"
- script: |
pnpm config set store-dir $(pnpm_config_cache)
displayName: "Setup pnpnm config"
- script: |
pnpm install
displayName: "pnpm install"
Expand Down

0 comments on commit 3d2bfd9

Please sign in to comment.