turborepo

Build system optimized for JavaScript and TypeScript, written in Rust

MIT License

Downloads
49.2M
Stars
26.1K
Committers
440

Bot releases are hidden (Show)

turborepo - v1.0.17

Published by jaredpalmer almost 3 years ago

What's Changed

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.16...v1.0.17

turborepo - v1.0.16

Published by jaredpalmer almost 3 years ago

What's Changed

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.15...v1.0.16

turborepo - v1.0.15

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.14...v1.0.15

turborepo - v1.0.14

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.13...v1.0.14

turborepo - v1.0.13

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.12...v1.0.13

turborepo - v1.0.12

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.11...v1.0.12

turborepo - v1.0.11

Published by jaredpalmer almost 3 years ago

What's Changed

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.10...v1.0.11

turborepo - v1.0.10

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.9...v1.0.10

turborepo - v1.0.9

Published by jaredpalmer almost 3 years ago

What's Changed

create-turbo

  • Remove pnpm engine definition to get rid of warning

Internal

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.8...v1.0.9

turborepo - v1.0.8

Published by jaredpalmer almost 3 years ago

What's Changed

Docs

Chores / Internal

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.7...v1.0.8

turborepo - v1.0.7

Published by jaredpalmer almost 3 years ago

What's Changed

turbo

create-turbo

Docs

Chores

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.6...v1.0.7

turborepo - v1.0.6

Published by jaredpalmer almost 3 years ago

What's Changed

  • Add support for --only flag that matches lerna/pnpm run behavior by @jaredpalmer in https://github.com/vercel/turborepo/pull/174 The --only flag is to support restricting task execution to only the tasks specified in run. This makes it easier to adopt Turbo in a Lerna codebase since --only behavior is effectively an exact match.

For this Turbo pipeline:

"turbo": {
    "pipeline": {
      "build": {
        "outputs": [
          "dist/**/*"
        ],
        "dependsOn": [
          "^build"
        ]
      },
      "test": {
        "dependsOn": [
          "^build"
        ]
      }
    }
turbo run test

graph-1639160891531963000

turbo run test --only --graph

graph-1639160830365669000

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.5...v1.0.6

turborepo - v1.0.5

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.4...v1.0.5

turborepo - v1.0.4

Published by jaredpalmer almost 3 years ago

What's Changed

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.3...v1.0.4

turborepo - v1.0.3

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.2...v1.0.3

turborepo - v1.0.2

Published by jaredpalmer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v1.0.1...v1.0.2

turborepo -

Published by jaredpalmer almost 3 years ago

turborepo -

Published by jaredpalmer almost 3 years ago

turborepo - v0.9.0-next.2

Published by jaredpalmer almost 3 years ago

What's Changed

  • Fixed postinstall script
turborepo - v0.9.0-next.1

Published by jaredpalmer almost 3 years ago

What's Changed