Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Jul 17, 2024
1 parent 190f22f commit 4c0dc76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ steps:
- task: UseNode@1
inputs:
version: '18.x'
- task: Cache@2
inputs:
key: 'pnpm | "$(Agent.OS)" | pnpm-lock.yaml'
path: $(pnpm_config_cache)
displayName: 'Cache pnpm'
- script: |
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm config set store-dir $(pnpm_config_cache)
displayName: "Setup pnpm"

- script: pnpm install
Expand Down

0 comments on commit 4c0dc76

Please sign in to comment.