Skip to content

Commit ca33bfb

Browse files
committed
Use npm ci on CircleCI
1 parent f14e4fd commit ca33bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
apt-get install -y rsync
1717
- run:
1818
name: Install dependencies
19-
command: npm install
19+
command: npm ci
2020
- save_cache:
2121
key: npm-{{ arch }}-{{ epoch }}
2222
paths: ~/.npm

0 commit comments

Comments
 (0)