From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sun, 30 Jan 2022 15:29:37 +0000 (+0530) Subject: Update build-pull-request.yml to use npm ci (#271) X-Git-Tag: v1.8.0~138 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=c79d7957f6b1494fd977a934b8cb66e1d707c3eb;p=rainny.git Update build-pull-request.yml to use npm ci (#271) --- diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index b3ee148..a1b7037 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build - run: npm install && npm run build + run: npm ci && npm run build - name: Upload Artifact uses: actions/upload-artifact@v2 with: