connect-es icon indicating copy to clipboard operation
connect-es copied to clipboard

Replace Makefile with turborepo

Open timostamm opened this issue 1 year ago • 0 comments

turborepo gives us more control over running tasks in a monorepo, and it caches quite nicely.

For example, when a task is run from a package directory, all its prerequisites run automatically:

cd packages/connect-web
npx turbo run test

timostamm avatar Aug 29 '24 12:08 timostamm