Skip to content

Commit

Permalink
Add package building to circle workflow
Browse files Browse the repository at this point in the history
This would have caught the issue with dependabot upgrading oclif command
  • Loading branch information
Robdel12 committed Aug 6, 2019
1 parent 30d2098 commit b503667
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 @@ -25,6 +25,9 @@ jobs:
- run:
name: Help command
command: ./bin/run --help
- run:
name: Build package
command: npm run build
- run:
name: Unit tests
command: |
Expand Down

0 comments on commit b503667

Please sign in to comment.