From 56b900ff755523df397b7da2a050471a48c91d57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Jun 2024 20:06:35 +0200 Subject: [PATCH] build(ci): install pnpm deps only once MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/autofix.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 5e6ba0ef..a4f8c891 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -28,13 +28,12 @@ jobs: with: cache: 'pnpm' - - run: | - pnpm install --ignore-scripts --frozen-lockfile - pnpm format + - run: pnpm install --ignore-scripts + + - run: pnpm format - working-directory: ui/web run: | - pnpm install --ignore-scripts --frozen-lockfile pnpm format pnpm lint:fix -- 2.34.1