We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14e4fd commit ca33bfbCopy full SHA for ca33bfb
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
apt-get install -y rsync
17
- run:
18
name: Install dependencies
19
- command: npm install
+ command: npm ci
20
- save_cache:
21
key: npm-{{ arch }}-{{ epoch }}
22
paths: ~/.npm
0 commit comments