Skip to content

Commit

Permalink
Use npm ci on CircleCI
Browse files Browse the repository at this point in the history
razor-x committed Aug 26, 2018

Verified

This commit was signed with the committer’s verified signature.
razor-x Evan Sosenko
1 parent f14e4fd commit ca33bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
apt-get install -y rsync
- run:
name: Install dependencies
command: npm install
command: npm ci
- save_cache:
key: npm-{{ arch }}-{{ epoch }}
paths: ~/.npm

0 comments on commit ca33bfb

Please sign in to comment.