mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
Merge remote-tracking branch 'origin/dev' into tapable
# Conflicts: # lib/generate.js
This commit is contained in:
commit
747616e927
@ -53,6 +53,7 @@ var nuxt = module.exports = new Nuxt(options)
|
||||
nuxt.generate()
|
||||
.then(() => {
|
||||
console.log('[nuxt] Generate done') // eslint-disable-line no-console
|
||||
process.exit(0)
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err) // eslint-disable-line no-console
|
||||
|
Loading…
Reference in New Issue
Block a user