We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ed7f2 commit d16a932Copy full SHA for d16a932
lib/commands/clean.ts
@@ -28,7 +28,7 @@ export class CleanCommand implements ICommand {
28
29
try {
30
const additionalPaths = this.$projectConfigService.getValue(
31
- "additionalPathsToClean"
+ "cli.additionalPathsToClean"
32
);
33
if (Array.isArray(additionalPaths)) {
34
pathsToClean.push(...additionalPaths);
0 commit comments