Skip to content

Commit

Permalink
fix: cleanupFolder is now sync
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Feb 21, 2024
1 parent bd77437 commit 5230786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const fileSystem = new FileSystem();
progress.setHeader('Building Release');

// Clean up the destination folder before starting the build.
await cleanupFolder(dstFolder);
cleanupFolder(dstFolder);

// Run the main build tasks sequentially: fetch assets, compress files, and generate frontends.
await Pf.runSequential(
Expand Down

0 comments on commit 5230786

Please sign in to comment.