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