Skip to content

Commit 33f3c1b

Browse files
committed
update: change checkout method to full in CircleCI config
1 parent cbadf99 commit 33f3c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- checkout:
1212
path: ~/user
13-
fetch-depth: 0
13+
method: full
1414
- restore_cache:
1515
key: user-dependency-cache-{{ checksum "src/package.json" }}
1616
- run:

0 commit comments

Comments
 (0)