diff --git a/packages/components/vercel.json b/packages/components/vercel.json index 71e5c36c..65397eb3 100644 --- a/packages/components/vercel.json +++ b/packages/components/vercel.json @@ -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" } diff --git a/packages/website/vercel.json b/packages/website/vercel.json index 4efc99fd..3e208976 100644 --- a/packages/website/vercel.json +++ b/packages/website/vercel.json @@ -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" }