Skip to content

Commit 2fdaa1a

Browse files
matz3RandomByte
authored andcommitted
fix(project): Clear cleanup task queue
1 parent b143507 commit 2fdaa1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/project/lib/build/helpers/ProjectBuildContext.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class ProjectBuildContext {
7777
await Promise.all(this._queues.cleanup.map((callback) => {
7878
return callback(force);
7979
}));
80+
this._queues.cleanup = [];
8081
}
8182

8283
/**

0 commit comments

Comments
 (0)