Skip to content

Commit

Permalink
refactor: Cleanup temporary Docker files after linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jun 4, 2024
1 parent acbd7b9 commit bb83915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default class LintCommand extends BaseCommand {

async cleanupAfterLintDockerFiles(tmpDirectory: string) {
await ShellCommandExecutor.execute(`ls -all`);
await ShellCommandExecutor.execute(`ls -all ${tmpDirectory}`);
await ShellCommandExecutor.execute(`rm -rf ${tmpDirectory}`);
}
}
Expand Down

0 comments on commit bb83915

Please sign in to comment.