Skip to content

Commit 21c149b

Browse files
committed
circle config run ci in same command as lint
1 parent 072f731 commit 21c149b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ jobs:
5353
steps:
5454
- *restore_git_cache
5555
- checkout
56-
- run: npm ci
56+
# - run: npm ci
5757
- run:
5858
name: Lint
59-
command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
59+
command: |
60+
npm ci
61+
npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
6062
- run:
6163
name: Unit
6264
environment:

0 commit comments

Comments
 (0)