Skip to content

Commit

Permalink
remove temp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Dec 5, 2022
1 parent 45dda8f commit 60d6aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ImageOptimizationLambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export class ImageOptimizationLambda extends NodejsFunction {

this.bucket = bucket;
this.addPolicy();

fs.rmSync(modulesPath, { recursive: true, force: true });
}

/**
Expand Down

0 comments on commit 60d6aa8

Please sign in to comment.