datahub/vercel.json

10 lines
394 B
JSON

{
"buildCommand": "./gradlew :docs-website:build",
"github": {
"silent": true,
"autoJobCancelation": true
},
"installCommand": "amazon-linux-extras install python3.8 && py3=\"$(which python3)\" && rm \"$py3\" && ln \"$(which python3.8)\" \"$py3\" && ./metadata-ingestion/scripts/install_deps.sh && yum install -y gcc python38-devel",
"outputDirectory": "docs-website/build"
}