Skip to content

Commit e170537

Browse files
committed
circleci change how npm ci is run
1 parent 8a7859d commit e170537

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
steps:
5454
- *restore_git_cache
5555
- checkout
56-
# - run: npm ci
56+
- run:
57+
name: NPM Clean Install
58+
command: npm ci
5759
- run:
5860
name: Lint
59-
command: |
60-
npm ci
61-
npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
61+
command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
6262
- run:
6363
name: Unit
6464
environment:

0 commit comments

Comments
 (0)