Skip to content

Commit

Permalink
trying again: 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 bc07be0 commit 39062bd
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
command: npm install --no-package-lock
- save_cache:
key: v1-deps-{{ checksum "package-lock.json" }}
paths:
Expand Down

0 comments on commit 39062bd

Please sign in to comment.