Update build-pull-request.yml to use npm ci (#271)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Sun, 30 Jan 2022 15:29:37 +0000 (20:59 +0530)
committerGitHub <noreply@github.com>
Sun, 30 Jan 2022 15:29:37 +0000 (20:59 +0530)
.github/workflows/build-pull-request.yml

index b3ee1483dec6b080e426739868d48dd32b285333..a1b7037b8bc5185cfde40648fb5965626a0390f3 100644 (file)
@@ -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: