From 1477ea2f6ed3ef7f571e4f862aee52068d871398 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 24 Mar 2023 18:42:52 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e42ed4d..49cf4f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: pnpm install - name: Build - run: pnpm run build --if-present + run: pnpm run build - name: Lint run: pnpm run lint -- 2.34.1