Skip to content

Commit

Permalink
Fix github workflows
Browse files Browse the repository at this point in the history
Add production  condition to npm ci
  • Loading branch information
metleeha committed Aug 9, 2022
1 parent 154bbc0 commit dff0338
Showing 1 changed file with 1 addition and 1 deletion.
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 ci
npm ci --production
npm run build

0 comments on commit dff0338

Please sign in to comment.