Skip to content

Commit

Permalink
fix: move additionalPathsToClean under cli object
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Mar 5, 2022
1 parent e0ed7f2 commit d16a932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class CleanCommand implements ICommand {

try {
const additionalPaths = this.$projectConfigService.getValue(
"additionalPathsToClean"
"cli.additionalPathsToClean"
);
if (Array.isArray(additionalPaths)) {
pathsToClean.push(...additionalPaths);
Expand Down

0 comments on commit d16a932

Please sign in to comment.