Skip to content

Commit

Permalink
update yaml for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Jul 17, 2024
1 parent ce8a262 commit b8915ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ 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 -f https://get.pnpm.io/v9.4.0.js | node - add --global [email protected]
pnpm config set store-dir $(pnpm_config_cache)
displayName: "Setup pnpm"

- script: pnpm install
- script: pnpm build-storybook
Expand Down

0 comments on commit b8915ec

Please sign in to comment.