Skip to content

Commit

Permalink
fix: updated circleci step
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mario committed Mar 9, 2019
1 parent af1683e commit a74695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
command: npm run build
- run:
name: Testing Code
command: npm run lint
command: npm run test
- run:
name: Linting Code
command: npm run lint
Expand Down

0 comments on commit a74695e

Please sign in to comment.