update vercel configs to use turbo
This commit is contained in:
parent
07fcbeb568
commit
7493f2e2e5
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build",
|
||||
"outputDirectory": "storybook-static",
|
||||
"installCommand": "cd ../../ && yarn",
|
||||
"ignoreCommand": "git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA . ../squiggle-lang"
|
||||
"buildCommand": "cd ../.. && npx turbo run build --filter=@quri/squiggle-components",
|
||||
"outputDirectory": "storybook-static"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build && cd ../website && yarn build",
|
||||
"framework": "docusaurus-2",
|
||||
"installCommand": "cd ../../ && yarn",
|
||||
"ignoreCommand": "git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA ../squiggle-lang ../components ."
|
||||
"buildCommand": "cd ../.. && npx turbo run build --filter=squiggle-website",
|
||||
"framework": "docusaurus-2"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user