Update build-pull-request.yml to use npm ci (#271)

This commit is contained in:
Krishan 2022-01-30 20:59:37 +05:30 committed by GitHub
parent 1b9216b341
commit c79d7957f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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: