From 339ff199fab15a4038292f0b06fb167538fb9273 Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Sat, 9 Mar 2024 20:54:10 +0530 Subject: [PATCH] CI pipeline test Co-authored-by: areebahmeddd --- .github/workflows/integrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 8439c13..da83fa6 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install dependencies - run: npm install + run: npm ci - name: Build run: npm run build env: