Skip to content

Commit a068554

Browse files
committed
Update config.yml
1 parent 1e5ce58 commit a068554

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
key: deps-{{ checksum "package.json" }}
2020

2121
- run:
22-
name: Tests
23-
command: yarn test
22+
name: Tests
23+
command: yarn test
2424

2525
- run:
26-
name: Type checks
27-
command: yarn tsc
26+
name: Type checks
27+
command: yarn tsc
2828

2929
- run:
30-
name: ESLint
31-
command: yarn lint
30+
name: ESLint
31+
command: yarn lint

0 commit comments

Comments
 (0)