Skip to content

Commit

Permalink
Update build.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Feb 2, 2024
1 parent 6e7dc9b commit 45a0c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const args = parseArgs<{
logLevel: esbuild.LogLevel
}>(Deno.args);

console.log('Build process started.');

const copyConfig : esbuild.BuildOptions = {
allowOverwrite: true,
logLevel: args.logLevel ?? 'info',
Expand Down Expand Up @@ -46,6 +44,8 @@ const filesConfig : esbuild.BuildOptions = {
],
}

console.log('Build process started.');

const timestampNow = Date.now();

if (args.watch) {
Expand Down

0 comments on commit 45a0c48

Please sign in to comment.