edgedb / edgedb-js

The official TypeScript/JS client library and query builder for EdgeDB
https://edgedb.com
Apache License 2.0
510 stars 65 forks source link

Add Turborepo #1062

Closed diksipav closed 1 month ago

diksipav commented 2 months ago

We added Turborepo to theedgedb-js monorepo.

The idea is to simplify development and building/testing, especially when some package depends on another packages. Turborepo knows what depends on what and will build packages in the correct order. Previously we (developers) needed to take care of building things in the correct order after applying changes.