dryRun property

bool dryRun

Whether this run is a dry-run, which doesn't build anything.

A dry-run only reports information about which assets a build would create, but doesn't actually create files.

Implementation

bool get dryRun;