7 lines
414 B
JSON
7 lines
414 B
JSON
{
|
|
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build && cd ../website && yarn build",
|
|
"framework": "docusaurus-2",
|
|
"installCommand": "cd ../../ && yarn",
|
|
"ignoreCommand": "node -e 'process.exitCode = process.env.VERCEL_GIT_COMMIT_REF.includes(\"dependabot\") ? 0 : 1' && git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA ../squiggle-lang ../components ."
|
|
}
|