remove useless log
This commit is contained in:
parent
0fe3bdf292
commit
0287277266
|
@ -30,8 +30,7 @@ const viteConfigs = {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function buildElectron() {
|
async function buildElectron() {
|
||||||
for (const [name, config] of Object.entries(viteConfigs)) {
|
for (const [, config] of Object.entries(viteConfigs)) {
|
||||||
console.log(TAG, name)
|
|
||||||
await build(config)
|
await build(config)
|
||||||
console.log() // for beautiful log.
|
console.log() // for beautiful log.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue