Skip to content

Commit ddb5054

Browse files
ci: add vercel.json for custom build config
1 parent 0761082 commit ddb5054

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"buildCommand": "make generate-prod",
4+
"framework": "nuxtjs",
5+
"installCommand": "yum install python3-pip"
6+
}

0 commit comments

Comments
 (0)