Skip to content

Commit d16a932

Browse files
committed
fix: move additionalPathsToClean under cli object
ref NativeScript/NativeScript#9808
1 parent e0ed7f2 commit d16a932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/clean.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class CleanCommand implements ICommand {
2828

2929
try {
3030
const additionalPaths = this.$projectConfigService.getValue(
31-
"additionalPathsToClean"
31+
"cli.additionalPathsToClean"
3232
);
3333
if (Array.isArray(additionalPaths)) {
3434
pathsToClean.push(...additionalPaths);

0 commit comments

Comments
 (0)