Skip to content

Commit

Permalink
Switch to npm ci for faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Sep 9, 2023
1 parent a62a228 commit e05d4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
check-latest: true
- name: Build and test
run: |
npm install
npm ci
npm run prepare
- name: Check coverage
uses: coverallsapp/github-action@master
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Build pages
run: |
cd ./demo-web/
npm install
npm ci
npm run build
cd ..
mkdir -p ./pages/demo-web/
Expand Down

0 comments on commit e05d4f5

Please sign in to comment.