Skip to content

Commit 1da6a67

Browse files
committed
chore: misconfig of sparse-checkout
1 parent bb7bc55 commit 1da6a67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/vercel-prepare.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ git clone --depth 1 --filter=blob:none --sparse https://github.com/nodejs/node.g
55
cd node
66

77
# Enable sparse checkout and specify the folder
8-
git sparse-checkout set lib
9-
git sparse-checkout set doc/api
10-
git sparse-checkout set .
8+
git sparse-checkout set lib doc/api .
119

1210
# Move back out
1311
cd ..

0 commit comments

Comments
 (0)