chore(cli): enhance generate no-build description (#6031) (#7460)

This commit is contained in:
Deniz Temizer 2020-06-04 20:41:09 +02:00 committed by GitHub
parent 893cfe79d3
commit b45f284771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ export default {
build: {
type: 'boolean',
default: true,
description: 'Only generate pages for dynamic routes. Nuxt has to be built once before using this option'
description: 'Only generate pages for dynamic routes, used for incremental builds. Generate has to be run once without this option before using it'
},
devtools: {
type: 'boolean',