From 0199b6164da48aa91deeaf840bcaf509418e742c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 24 Mar 2023 18:40:35 +0100 Subject: [PATCH] build(ci): remove unrecognized option MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 111543b2..685cba77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: pnpm run lint run: pnpm run lint - name: pnpm run build - run: pnpm run build --if-present + run: pnpm run build - name: pnpm test run: pnpm test - name: pnpm run coverage @@ -64,7 +64,7 @@ jobs: - name: pnpm run lint run: pnpm run lint - name: pnpm run build - run: pnpm run build --if-present + run: pnpm run build - name: pnpm test run: pnpm test # - name: pnpm run coverage -- 2.34.1