Skip to content

Commit

Permalink
fix: added testing step
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mario committed Mar 9, 2019
1 parent 71c6c9d commit af1683e
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 @@ -30,6 +30,9 @@ jobs:
- run:
name: Compiling Code
command: npm run build
- run:
name: Testing Code
command: npm run lint
- run:
name: Linting Code
command: npm run lint
Expand Down

0 comments on commit af1683e

Please sign in to comment.