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 8e06286 commit b32a936Copy full SHA for b32a936
scripts/vercel-prepare.sh
@@ -1,3 +1,8 @@
1
+# clones the node source repository
2
git clone https://github.com/nodejs/node.git --depth 1 node
3
+
4
+# installs npm dependencies
5
npm ci
6
7
+# creates the output directory
8
mkdir -p out
0 commit comments