Skip to content

Commit

Permalink
Add production build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oetherington committed Dec 10, 2021
1 parent 8507d36 commit f4def87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
run: npm run lint
- name: Run tests
run: npm run test-ci
- name: Run production build
run: npm run build

0 comments on commit f4def87

Please sign in to comment.