folke / ultra-runner

🏃⛰ Ultra fast monorepo script runner and build tool
https://www.npmjs.com/package/ultra-runner
Apache License 2.0
1.2k stars 32 forks source link

Disable cache #233

Open Bessonov opened 3 years ago

Bessonov commented 3 years ago

Sometimes cache isn't needed, for example if run on CI or run commands independent of changes. It would be nice to have possibility to disable it. Otherwise it produces long output:

[build] changes:
[build]   + .pnpm-store
[build]   + node_modules
... billions of lines skipped here ...