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 9f7148e commit bb7bc55Copy full SHA for bb7bc55
.github/workflows/generate.yml
@@ -59,6 +59,7 @@ jobs:
59
sparse-checkout: |
60
doc/api
61
lib
62
+ .
63
path: node
64
65
- name: Setup Node.js
scripts/vercel-prepare.sh
@@ -5,7 +5,9 @@ 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 doc/
+git sparse-checkout set lib
9
+git sparse-checkout set doc/api
10
+git sparse-checkout set .
11
12
# Move back out
13
cd ..
0 commit comments