clean

abstract fun clean(value: Boolean)(source)

Enables a clean install operation when value is true. This is false by default.

If clean is true, npm ci is called rather than npm install.

Parameters

value

True if the operation should execute a clean install.