mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(config): cli.additionalPathsToClean to clean other paths with 'ns clean' (#9808)
This commit is contained in:
@@ -100,6 +100,11 @@ interface IConfigCLI {
|
|||||||
* Defaults to the CLI set package manager, or `npm` if not set globally
|
* Defaults to the CLI set package manager, or `npm` if not set globally
|
||||||
*/
|
*/
|
||||||
packageManager: 'yarn' | 'pnpm' | 'npm';
|
packageManager: 'yarn' | 'pnpm' | 'npm';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional files or paths to clean when running the `clean` command
|
||||||
|
*/
|
||||||
|
additionalPathsToClean?: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IConfigHook {
|
interface IConfigHook {
|
||||||
|
|||||||
Reference in New Issue
Block a user