Completely delete the build dir. (#1158)

This commit is contained in:
Arunoda Susiripala 2017-02-15 22:01:21 +05:30 committed by Tim Neutkens
parent fa590bfd7a
commit b2360ec567

View file

@ -21,7 +21,7 @@ export default async function build (dir) {
await replaceCurrentBuild(dir, buildDir)
// no need to wait
del(buildDir)
del(buildDir, { force: true })
}
function runCompiler (compiler) {