Remove step to install pnpm
This commit is contained in:
parent
71a57a1f5d
commit
6dc27a7bde
1 changed files with 0 additions and 8 deletions
|
|
@ -14,16 +14,8 @@ commands:
|
|||
steps:
|
||||
- restore_cache:
|
||||
name: Restore pnpm Package Cache
|
||||
|
||||
keys:
|
||||
- pnpm-packages-{{ checksum "pnpm-lock.yaml" }}
|
||||
- run:
|
||||
name: Install pnpm package manager
|
||||
command: |
|
||||
npm install --global corepack@latest
|
||||
corepack enable
|
||||
corepack prepare pnpm@latest-10 --activate
|
||||
pnpm config set store-dir .pnpm-store
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: pnpm install
|
||||
|
|
|
|||
Loading…
Reference in a new issue