Skip to content

Commit 2d54818

Browse files
fix: add -y to yum install
1 parent ddb5054 commit 2d54818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"buildCommand": "make generate-prod",
44
"framework": "nuxtjs",
5-
"installCommand": "yum install python3-pip"
5+
"installCommand": "yum install -y python3-pip"
66
}

0 commit comments

Comments
 (0)