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 3be522f commit cb16a49Copy full SHA for cb16a49
scripts/vercel-prepare.sh
@@ -7,6 +7,9 @@ cd node
7
# Enable sparse checkout and specify the folder
8
git sparse-checkout set doc/
9
10
+# Move back out
11
+cd ..
12
+
13
# Install npm dependencies
14
npm ci
15
0 commit comments