Skip to content

Commit

Permalink
test: Added a lint stage to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuscc committed Apr 25, 2019
1 parent c4c0f3d commit 57bf855
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 @@ -17,6 +17,9 @@ jobs:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- ./node_modules
- run:
name: Lint test
command: npm run lint
- run:
name: Semantic Release
command: npm run semantic-release

0 comments on commit 57bf855

Please sign in to comment.