Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Nov 8, 2023
1 parent 1e5ce58 commit a068554
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
key: deps-{{ checksum "package.json" }}

- run:
name: Tests
command: yarn test
name: Tests
command: yarn test

- run:
name: Type checks
command: yarn tsc
name: Type checks
command: yarn tsc

- run:
name: ESLint
command: yarn lint
name: ESLint
command: yarn lint

0 comments on commit a068554

Please sign in to comment.