mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: fix website ci
This commit is contained in:
parent
22212eeea1
commit
e5d71046e9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/website.yml
vendored
8
.github/workflows/website.yml
vendored
|
@ -33,10 +33,10 @@ jobs:
|
|||
run: |
|
||||
corepack enable
|
||||
corepack install
|
||||
- name: set store
|
||||
run: |
|
||||
mkdir ~/.pnpm-store
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
- name: set store
|
||||
run: |
|
||||
mkdir ~/.pnpm-store
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
- name: Install
|
||||
run: pnpm install --registry http://localhost:4873
|
||||
- name: Cache .pnpm-store
|
||||
|
|
Loading…
Reference in a new issue