Ignore notraize.js in clean
This commit is contained in:
parent
fdf11eb27f
commit
a1ad917c38
|
@ -23,7 +23,7 @@ else if (process.env.BUILD_TARGET === 'web') web()
|
|||
else build()
|
||||
|
||||
function clean() {
|
||||
del.sync(['build/*', '!build/icons', '!build/icons/icon.*', '!build/sounds', '!build/sounds/*'])
|
||||
del.sync(['build/*', '!build/icons', '!build/icons/icon.*', '!build/sounds', '!build/sounds/*', '!build/notarize.js'])
|
||||
console.log(`\n${doneLog}\n`)
|
||||
process.exit()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue