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 072f731 commit 21c149bCopy full SHA for 21c149b
.circleci/config.yml
@@ -53,10 +53,12 @@ jobs:
53
steps:
54
- *restore_git_cache
55
- checkout
56
- - run: npm ci
+ # - run: npm ci
57
- run:
58
name: Lint
59
- command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
+ command: |
60
+ npm ci
61
+ npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
62
63
name: Unit
64
environment:
0 commit comments