Skip to content

Commit 42ffa6d

Browse files
committed
ci(circle): Corrects coverage script.
1 parent e24bd3b commit 42ffa6d

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)