Skip to content

Commit

Permalink
Add build step to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed Dec 12, 2022
1 parent 5a0185a commit c595d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- run:
name: Run Lint
command: yarn lint
- run:
name: Run build
command: yarn build
- run:
name: Run tests
command: yarn test
Expand Down

0 comments on commit c595d22

Please sign in to comment.