mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
feat(config): add new option for pathsToClean
This commit is contained in:
@ -102,7 +102,12 @@ interface IConfigCLI {
|
|||||||
packageManager: 'yarn' | 'pnpm' | 'npm';
|
packageManager: 'yarn' | 'pnpm' | 'npm';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional files or paths to clean when running the `clean` command
|
* Optional - Override the files or paths to clean when running the `ns clean` command
|
||||||
|
*/
|
||||||
|
pathsToClean?: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional - Additional files or paths to clean when running the `ns clean` command, the paths are appended to the default list of paths.
|
||||||
*/
|
*/
|
||||||
additionalPathsToClean?: string[];
|
additionalPathsToClean?: string[];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user