Skip to content

Commit

Permalink
Chore: fixes circle-ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Sep 23, 2022
1 parent 7d43983 commit bdcf517
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 @@ -60,7 +60,7 @@ aliases:
command: npm audit
- &install
name: Installing Dependencies
command: npm i
command: npm ci
- &cache-modules
key: -{{ checksum "package-lock.json" }}
paths:
Expand Down

0 comments on commit bdcf517

Please sign in to comment.