@webassembly/turbo
v1.6.3-blitz.24
Published
This repo is based off the [turborepo source code, specifically `src` maps to `cli/internal`](https://github.com/vercel/turbo/tree/main/cli/internal)
Maintainers
Keywords
Readme
turborepo-polyfill
This repo is based off the turborepo source code, specifically src maps to cli/internal
Running
Make sure to copy over .envrc and then install the dependencies, and then you can run:
yarn turbo-polyfill run --filter "*" build --parallelyou can compare this, to the output of the original turborepo cli:
yarn turbo run --filter "*" build --parallelNOTES
We're using clipanion-rest instead of clipanion as it has a fix which allows Option.Rest() to include the -- for passthrough args (as we need it to parse the arguments correctly)
