Skip to content

Commit

Permalink
init2
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Oct 29, 2024
1 parent ea64ab8 commit d947162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vscode-extension/src/builders/PlatformBuildCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export class PlatformBuildCache {
}

public async clearBuildCache() {
if (!fs.existsSync(this.appBuildCachePath)) {
return;
}
fs.rmSync(this.appBuildCachePath);
}

Expand Down

0 comments on commit d947162

Please sign in to comment.