From 20c161cc7a1d4d3be331e2571615c69cca0a8053 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 21 Aug 2023 21:16:12 +0200 Subject: [PATCH] chore: update ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 701abb085..e6d7db63a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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