disable ignoreCommand in vercel.json for now

This commit is contained in:
Vyacheslav Matyukhin 2022-10-07 16:23:28 +04:00
parent 4efd2c9e05
commit d6a48d9cb9
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{ {
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build", "buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build",
"outputDirectory": "storybook-static", "outputDirectory": "storybook-static",
"installCommand": "cd ../../ && yarn", "installCommand": "cd ../../ && yarn"
"ignoreCommand": "git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA . ../squiggle-lang"
} }

View File

@ -1,6 +1,5 @@
{ {
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build && cd ../website && yarn build", "buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build && cd ../website && yarn build",
"framework": "docusaurus-2", "framework": "docusaurus-2",
"installCommand": "cd ../../ && yarn", "installCommand": "cd ../../ && yarn"
"ignoreCommand": "git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA ../squiggle-lang ../components ."
} }