Skip to content

Commit d6d0874

Browse files
committed
Revert "fix: build cannot exit (close: #580)"
This reverts commit fa473a7.
1 parent fa473a7 commit d6d0874

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/build.js

-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ module.exports = async function build (sourceDir, cliOptions = {}) {
9393
const relativeDir = path.relative(process.cwd(), outDir)
9494
logger.success(`\n${chalk.green('Success!')} Generated static files in ${chalk.cyan(relativeDir)}.\n`)
9595

96-
// fix: #580 build cannot exit.
97-
process.exit(0)
98-
9996
// --- helpers ---
10097

10198
function compile (config) {

0 commit comments

Comments
 (0)