1.6.3-blitz.24 • Published 1 year ago

@webassembly/turbo v1.6.3-blitz.24

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 --parallel

you can compare this, to the output of the original turborepo cli:

yarn turbo run --filter "*" build --parallel

NOTES

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)