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 af1683e commit a74695eCopy full SHA for a74695e
.circleci/config.yml
@@ -32,7 +32,7 @@ jobs:
32
command: npm run build
33
- run:
34
name: Testing Code
35
- command: npm run lint
+ command: npm run test
36
37
name: Linting Code
38
command: npm run lint
0 commit comments