Skip to content

Commit c057d1f

Browse files
committed
[INTERNAL] AbstractBuilder: Refactoring & Introducing Build Phases
1 parent 37d6531 commit c057d1f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/types/application/ApplicationBuilder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class ApplicationBuilder extends AbstractBuilder {
101101
});
102102
});
103103
}
104-
105104
}
106105

107106
/**

lib/types/library/LibraryBuilder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const tasks = { // can't require index.js due to circular dependency
99
};
1010

1111
class LibraryBuilder extends AbstractBuilder {
12-
1312
preprocess() {
1413
this.addTask("replaceCopyright", () => {
1514
const replaceCopyright = tasks.replaceCopyright;

0 commit comments

Comments
 (0)