Skip to content

Commit

Permalink
Use npm ci on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Aug 26, 2018
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
Expand Up @@ -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
Expand Down

0 comments on commit ca33bfb

Please sign in to comment.