Skip to content

Commit

Permalink
chore(CircleCI): Use npm ci instead of npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Oct 6, 2019
1 parent f6b86bc commit 0118e26
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 @@ -22,7 +22,7 @@ jobs:
- "*"
- run:
name: Install Dependencies
command: npm install
command: npm ci
- save_cache:
paths: *js_deps_paths
key: *js_deps_cache_key
Expand Down

0 comments on commit 0118e26

Please sign in to comment.