Skip to content

Commit

Permalink
avoid regenerating package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Mar 11, 2018
1 parent 43379cf commit 3ae2b80
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 @@ -18,7 +18,7 @@ jobs:
<<: *env
steps:
- checkout
- run: npm install
- run: npm install --no-package-lock
- save_cache:
key: npm-cache-{{ checksum "package-lock.json" }}
paths:
Expand Down

0 comments on commit 3ae2b80

Please sign in to comment.