Skip to content

Commit

Permalink
temporary fix for vercel/turbo#1749
Browse files Browse the repository at this point in the history
  • Loading branch information
vugar committed Aug 27, 2022
1 parent 61cc529 commit bc07be0
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 @@ -10,7 +10,7 @@ jobs:
key: v1-deps-{{ checksum "package-lock.json" }}
- run:
name: install-dependencies
command: npm install --package-lock-only && npm install
command: npm install
- save_cache:
key: v1-deps-{{ checksum "package-lock.json" }}
paths:
Expand Down

0 comments on commit bc07be0

Please sign in to comment.