Skip to content

Commit

Permalink
chore(circle-ci): optim "npm install"
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed May 16, 2019
1 parent 4c6dc71 commit 3e0a739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: node_modules_{{ checksum "package.json" }}
- run:
name: Install node modules
command: npm i
command: npm ci
- save_cache:
key: node_modules_{{ checksum "package.json" }}
paths:
Expand Down

0 comments on commit 3e0a739

Please sign in to comment.