2022-10-06 21:38:38 +00:00
|
|
|
{
|
|
|
|
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build && cd ../website && yarn build",
|
|
|
|
"framework": "docusaurus-2",
|
|
|
|
"installCommand": "cd ../../ && yarn",
|
2022-10-06 22:47:43 +00:00
|
|
|
"ignoreCommand": "git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA ../squiggle-lang ../components ."
|
2022-10-06 21:38:38 +00:00
|
|
|
}
|