From 5a1467893b9768a6252a6445a9b52cbd6682aab5 Mon Sep 17 00:00:00 2001 From: sohitkumar Date: Fri, 6 Sep 2024 14:38:39 +0530 Subject: [PATCH] ignore warning checks --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 230dbc43..120f4b2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,4 +22,6 @@ jobs: run: npm install -f - name: Build the project + env: + CI: false run: npm run build