diff --git a/scripts/gulp/tasks/docs.ts b/scripts/gulp/tasks/docs.ts index 93ac23cbe0..7a944567cd 100644 --- a/scripts/gulp/tasks/docs.ts +++ b/scripts/gulp/tasks/docs.ts @@ -11,8 +11,9 @@ import { argv } from 'yargs'; import { DEMOS_ROOT } from '../constants'; +task('docs', ['docs.dgeni', 'docs.copyDemos', 'docs.sassVariables']); -task('docs', () => { +task('docs.dgeni', () => { const docVersion = argv['doc-version'] || 'nightly'; const initialVersionBuild = argv['initial-build'] || false; if (docVersion !== 'nightly' && ! valid(docVersion)) {