diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index b3ee1483..a1b7037b 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: