Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 20, 2023
1 parent 0e956d4 commit 9508d5f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Source/Configuration/ESBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,11 @@ export default {
name: "Target",
setup(Build: Build) {
Build.onStart(async () => {
try {
await Access(Out, Constant.R_OK);
} catch (_Error) {
await Make(Out, {
recursive: true,
});
}

try {
await Remove(Out, {
recursive: true,
});
} catch (_Error) {
console.log(_Error);
}
} catch (_Error) {}
});
},
},
Expand Down

0 comments on commit 9508d5f

Please sign in to comment.