Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Remove useless code which was breaking npm run build #1090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions template/.electron-vue/build.js
Expand Up @@ -38,12 +38,6 @@ async function build () {

del.sync(['dist/electron/*', '!.gitkeep'])

const tasks = ['main', 'renderer']
const m = new Multispinner(tasks, {
preText: 'building',
postText: 'process'
})

let results = ''

const tasks = new Listr(
Expand Down