xyflow / web

📖 This monorepo contains the xyflow website and the documentation sites for React Flow and Svelte Flow.
https://xyflow.com
MIT License
54 stars 52 forks source link

how can we make deployments faster? #252

Closed chrtze closed 8 months ago

chrtze commented 1 year ago

pushing to the repo results in ~10mins of wait until all of the deployments (xyflow-website, reactflow-website, svelteflow-website) are finished. How can we configure turborepo/vercel so that only the changed website gets rebuilt and deployed?

chrtze commented 8 months ago

fixed in vercel. we are using the ignored build step feature to detect changes through turbo-ignore now.