Skip to content

Commit

Permalink
refactor: Improve build script logging
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Jul 19, 2024
1 parent 85b03a1 commit afbfc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const publishOptions = {
};

const main = async () => {
console.log("Building...");
console.log("Building... ");

/** @type import {CliOptions} from "electron-builder" */
await build({
Expand Down

0 comments on commit afbfc23

Please sign in to comment.