Skip to content

Commit

Permalink
never publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Nov 23, 2024
1 parent ada4ab4 commit 6195902
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ if (specifiedOS) {
}
}

builder.build({ config }).then(() => {
builder.build({
config,
publish: 'never'
}).then(() => {
console.log('\nSetup built in the "dist" folder.');
});

0 comments on commit 6195902

Please sign in to comment.