We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24bd3b commit 42ffa6dCopy full SHA for 42ffa6d
.circleci/config.yml
@@ -32,7 +32,7 @@ jobs:
32
command: npm run build
33
- run:
34
name: Running tests
35
- command: npm run cover-ci
+ command: npm run cover
36
37
name: Linting Code
38
command: npm run lint
0 commit comments