nx/docs/generated/devkit/DefaultTasksRunnerOptions.md
Emily Xiong c83102a2c4
feat(core): add batch flag to run (#19575)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-10-13 13:09:01 -04:00

1.7 KiB

Interface: DefaultTasksRunnerOptions

Table of contents

Properties

Properties

batch

Optional batch: boolean


cacheDirectory

Optional cacheDirectory: string


cacheableOperations

Optional cacheableOperations: string[]


cacheableTargets

Optional cacheableTargets: string[]


captureStderr

Optional captureStderr: boolean


lifeCycle

lifeCycle: LifeCycle


parallel

Optional parallel: number


remoteCache

Optional remoteCache: RemoteCache


runtimeCacheInputs

Optional runtimeCacheInputs: string[]


skipNxCache

Optional skipNxCache: boolean