Licence
MIT
Version
1.6.3-blitz.24
Deps
15
Size
1.3 MB
Vulns
0
Weekly
0
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)