Skip to content

Commit

Permalink
ci(circle): separate linting job [ch1009]
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Oct 26, 2020
1 parent 3b96864 commit 2e2a0c3
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 @@ -39,7 +39,7 @@ jobs:
- checkout
- run:
name: install standard
command: npm install
command: npm install standard
- run:
name: lint
command: npm run lint
Expand Down

0 comments on commit 2e2a0c3

Please sign in to comment.