0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore: update ci

This commit is contained in:
Juan Picado 2023-08-21 21:16:12 +02:00
parent e4ed8e63ac
commit 20c161cc7a

View file

@ -71,7 +71,7 @@ jobs:
run: |
pnpm config set store-dir ~/.pnpm-store
- name: Install
run: pnpm install --offline --ignore-scripts
run: pnpm install --ignore-scripts
- name: Lint
run: pnpm lint
format:
@ -96,7 +96,7 @@ jobs:
run: |
pnpm config set store-dir ~/.pnpm-store
- name: Install
run: pnpm install --offline --ignore-scripts
run: pnpm install --ignore-scripts
- name: Lint
run: pnpm format:check
test:
@ -126,7 +126,7 @@ jobs:
run: |
pnpm config set store-dir ~/.pnpm-store
- name: Install
run: pnpm install --offline --ignore-scripts --registry http://localhost:4873
run: pnpm install --ignore-scripts --registry http://localhost:4873
- name: build
run: pnpm build
- name: Test
@ -154,7 +154,7 @@ jobs:
pnpm config set store-dir ~/.pnpm-store
- name: Install
## we need scripts, pupetter downloads aditional content
run: pnpm install --registry http://localhost:4873
run: pnpm install --registry http://localhost:4873
- name: build
run: pnpm build
- name: generate website translations