Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit cc75739

Browse files
committed
ci(circle): Fixes test command.
1 parent 5af5661 commit cc75739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
command: npm run build
3333
- run:
3434
name: Running tests
35-
command: npm run cover-ci
35+
command: npm run cover
3636
- run:
3737
name: Linting Code
3838
command: npm run lint

0 commit comments

Comments
 (0)