We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7bc55 commit 1da6a67Copy full SHA for 1da6a67
scripts/vercel-prepare.sh
@@ -5,9 +5,7 @@ git clone --depth 1 --filter=blob:none --sparse https://github.com/nodejs/node.g
5
cd node
6
7
# 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 .
+git sparse-checkout set lib doc/api .
11
12
# Move back out
13
cd ..
0 commit comments