Skip to content

Commit b32a936

Browse files
authored
chore: documented steps vercel-prepare
1 parent 8e06286 commit b32a936

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/vercel-prepare.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# clones the node source repository
12
git clone https://github.com/nodejs/node.git --depth 1 node
3+
4+
# installs npm dependencies
25
npm ci
6+
7+
# creates the output directory
38
mkdir -p out

0 commit comments

Comments
 (0)