Skip to content

Commit

Permalink
ci: add yarn build to CI (#715)
Browse files Browse the repository at this point in the history
this will make sure that this package builds properly
  • Loading branch information
jaknas authored Jun 11, 2024
1 parent 3ea3fea commit 49b6213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ before_install:
- export TZ=America/Los_Angeles
jobs:
include:
- name: 'Build'
script: yarn build
- name: 'Code Lint'
script: yarn lint
- name: 'Unit Tests'
Expand Down

0 comments on commit 49b6213

Please sign in to comment.