From f7c0fef7f90e89224d0c7bb96d70a43edce7505d Mon Sep 17 00:00:00 2001 From: Archit Date: Mon, 7 Oct 2024 17:19:32 +0530 Subject: [PATCH] fixes ci --- .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 e4689500..83fa6123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: npm ci - name: Build & Lint - run: npm run lint && npm run build + run: npm run build && npm run lint - name: Test Development run: npm run test