Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Using npm ci instead npm install
  • Loading branch information
metleeha committed Aug 8, 2022
1 parent ce65147 commit 026331c
Show file tree
Hide file tree
Showing 3 changed files with 26,525 additions and 28,669 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Install and Build 🔧
run: |
npm install
npm ci
npm run build
Loading

0 comments on commit 026331c

Please sign in to comment.