Skip to content

Commit

Permalink
Revert "fix: build cannot exit (close: #580)"
Browse files Browse the repository at this point in the history
This reverts commit fa473a7.
  • Loading branch information
ulivz committed Jun 13, 2018
1 parent fa473a7 commit d6d0874
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ module.exports = async function build (sourceDir, cliOptions = {}) {
const relativeDir = path.relative(process.cwd(), outDir)
logger.success(`\n${chalk.green('Success!')} Generated static files in ${chalk.cyan(relativeDir)}.\n`)

// fix: #580 build cannot exit.
process.exit(0)

// --- helpers ---

function compile (config) {
Expand Down

0 comments on commit d6d0874

Please sign in to comment.