e.g. for replacing ```bash npm run format:check && npm run typecheck && npm run lint && npm run test && npm run build && npm run test:e2e ``` with ``` vrt run-many format:check typecheck lint test build test:e2e ```