add process exit to stop build

pull/98/head
Sil van Diepen 5 years ago
parent 5daa8d2c38
commit aaad9a7641

@ -53,4 +53,5 @@ export async function build(buildOptions: BuildOptions = {}) {
await fs.remove(siteConfig.tempDir) await fs.remove(siteConfig.tempDir)
} }
console.log('done.') console.log('done.')
process.exit()
} }

Loading…
Cancel
Save