Skip to content

Commit

Permalink
build(nix): do not lint using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Feb 10, 2021
1 parent d67aba7 commit 1691892
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 @@ -38,7 +38,7 @@ commands:
steps:
- run:
name: Lint the code
command: yarn lint
command: yarn lint.eslint
- run:
name: Run node tests
command: yarn test --coverage --maxWorkers=2
Expand Down

0 comments on commit 1691892

Please sign in to comment.